Class Parameters

    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • getCheckInconststencies

        public boolean getCheckInconststencies()
      • setCheckInconststencies

        public void setCheckInconststencies​(boolean checkInconststencies)
      • getCheckPerFile

        public boolean getCheckPerFile()
      • setCheckPerFile

        public void setCheckPerFile​(boolean checkPerFile)
      • getOutputPath

        public String getOutputPath()
      • setOutputPath

        public void setOutputPath​(String outputPath)
      • getDisplayOption

        public String getDisplayOption()
      • setDisplayOption

        public void setDisplayOption​(String displayOption)
      • isAutoOpen

        public boolean isAutoOpen()
      • setAutoOpen

        public void setAutoOpen​(boolean autoOpen)
      • 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