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
      • getNormalizeQuotes

        public boolean getNormalizeQuotes()
      • setNormalizeQuotes

        public void setNormalizeQuotes​(boolean normalizeQuotes)
      • getCheckCharacters

        public boolean getCheckCharacters()
      • setCheckCharacters

        public void setCheckCharacters​(boolean checkCharacters)
      • getMatchRegexExpressions

        public boolean getMatchRegexExpressions()
      • setMatchRegexExpressions

        public void setMatchRegexExpressions​(boolean matchRegexExpressions)
      • getMatchUserRegex

        public boolean getMatchUserRegex()
      • setMatchUserRegex

        public void setMatchUserRegex​(boolean matchUserRegex)
      • getUserRegex

        public String getUserRegex()
      • setUserRegex

        public void setUserRegex​(String userRegex)
      • getPruneTextUnit

        public boolean getPruneTextUnit()
      • setPruneTextUnit

        public void setPruneTextUnit​(boolean pruneTextUnit)