Class AbstractAppendableFileWriter

    • Field Detail

      • m_Append

        protected boolean m_Append
        whether to append or not.
    • Constructor Detail

      • AbstractAppendableFileWriter

        public AbstractAppendableFileWriter()
    • Method Detail

      • setAppend

        public void setAppend​(boolean value)
        Sets whether to append to the file or not.
        Parameters:
        value - true if appending to file instead of rewriting it
      • getAppend

        public boolean getAppend()
        Returns whether files gets only appended or not.
        Returns:
        true if appending is turned on
      • appendTipText

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