Class AbstractStrictFileCompleteCheck

    • Field Detail

      • m_Strict

        protected boolean m_Strict
        whether to be strict.
    • Constructor Detail

      • AbstractStrictFileCompleteCheck

        public AbstractStrictFileCompleteCheck()
    • Method Detail

      • setStrict

        public void setStrict​(boolean value)
        Sets whether to be strict or allow trailing junk data.
        Parameters:
        value - true if to be strict
      • getStrict

        public boolean getStrict()
        Returns whether to be strict or allow trailing junk data.
        Returns:
        true if to be strict
      • strictTipText

        public abstract String strictTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.