Class LogFileGenerator

  • All Implemented Interfaces:
    adams.core.CleanUpHandler, adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.SizeOfHandler, Serializable

    public class LogFileGenerator
    extends AbstractOutInterceptorGenerator<LogFile>
    Generator for LogFile.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_LogFile

        protected adams.core.io.PlaceholderFile m_LogFile
        the file to write to.
    • Constructor Detail

      • LogFileGenerator

        public LogFileGenerator()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • setLogFile

        public void setLogFile​(adams.core.io.PlaceholderFile value)
        Sets the log file to write to.
        Parameters:
        value - the file to write to
      • getLogFile

        public adams.core.io.PlaceholderFile getLogFile()
        Returns the log file to write to.
        Returns:
        the file to write to
      • logFileTipText

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