Class ParsingContext


  • public class ParsingContext
    extends Object
    Author:
    Julien Coste
    • Field Detail

      • test

        protected org.ow2.clif.storage.api.TestDescriptor test
      • blade

        protected org.ow2.clif.storage.api.BladeDescriptor blade
      • eventType

        protected String eventType
      • dataCleanup

        protected boolean dataCleanup
      • keepFactor

        protected double keepFactor
      • keepPercentage

        protected double keepPercentage
    • Constructor Detail

      • ParsingContext

        public ParsingContext()
    • Method Detail

      • isDataCleanup

        public boolean isDataCleanup()
      • setDataCleanup

        public void setDataCleanup​(boolean dataCleanup)
      • getKeepFactor

        public double getKeepFactor()
      • setKeepFactor

        public void setKeepFactor​(double keepFactor)
      • getKeepPercentage

        public double getKeepPercentage()
      • setKeepPercentage

        public void setKeepPercentage​(double keepPercentage)
      • getTest

        public org.ow2.clif.storage.api.TestDescriptor getTest()
      • setTest

        public void setTest​(org.ow2.clif.storage.api.TestDescriptor test)
      • getBlade

        public org.ow2.clif.storage.api.BladeDescriptor getBlade()
      • setBlade

        public void setBlade​(org.ow2.clif.storage.api.BladeDescriptor blade)
      • getEventType

        public String getEventType()
      • setEventType

        public void setEventType​(String eventType)
      • getTestPlanShortName

        protected String getTestPlanShortName()
      • lastOrdinalIndexOf

        protected static int lastOrdinalIndexOf​(String str,
                                                String searchStr,
                                                int ordinal)