Class Parameters

    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • reset

        public void reset()
        Description copied from class: StringParameters
        Reset this parameters object to its default values.

        Subclasses should override this method to set any initial values and instantiate any objects that require allocation. It is recommended that subclasses also call super.reset() in the override to ensure that the buffer is empty.

        Specified by:
        reset in interface IParameters
        Overrides:
        reset in class StringParameters
      • getProcessAllTargets

        public boolean getProcessAllTargets()
      • setProcessAllTargets

        public void setProcessAllTargets​(boolean processAllTargets)
      • getConsolidateDpSkeleton

        public boolean getConsolidateDpSkeleton()
      • setConsolidateDpSkeleton

        public void setConsolidateDpSkeleton​(boolean consolidateDpSkeleton)
      • getEscapeGT

        public boolean getEscapeGT()
      • setEscapeGT

        public void setEscapeGT​(boolean escapeGT)
      • getExitOnInvalid

        public boolean getExitOnInvalid()
      • setExitOnInvalid

        public void setExitOnInvalid​(boolean exitOnInvalid)
      • getSegType

        public int getSegType()
      • setSegType

        public void setSegType​(int segType)
      • getPropValueSep

        public String getPropValueSep()
      • setPropValueSep

        public void setPropValueSep​(String sep)