Class SimpleCSVSampleDataWriter

  • All Implemented Interfaces:
    adams.core.CleanUpHandler, adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.io.FileFormatHandler, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.ShallowCopySupporter<adams.data.io.output.AbstractReportWriter>, adams.core.SizeOfHandler, adams.data.io.output.ReportWriter<SampleData>, SampleDataWriter, Serializable, Comparable

    public class SimpleCSVSampleDataWriter
    extends adams.data.io.output.AbstractSimpleCSVReportWriter<SampleData>
    implements SampleDataWriter
    Writes reports in CSV file format.

    Valid options are:

    -D (property: debug)
        If set to true, scheme may output additional info to the console.
     
    -output <adams.core.io.PlaceholderFile> (property: output)
        The file to write the report to.
        default: ${TMP}/out.csv
     
    Version:
    $Revision: 2242 $
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class adams.data.io.output.AbstractSimpleCSVReportWriter

        COL_FIELD, COL_TYPE, COL_VALUE
      • Fields inherited from class adams.data.io.output.AbstractReportWriter

        m_Output
      • Fields inherited from class adams.core.option.AbstractOptionHandler

        m_OptionManager
      • Fields inherited from class adams.core.logging.LoggingObject

        m_Logger, m_LoggingIsEnabled, m_LoggingLevel
    • Method Summary

      • Methods inherited from class adams.data.io.output.AbstractSimpleCSVReportWriter

        getFormatDescription, getFormatExtensions, globalInfo, writeData
      • Methods inherited from class adams.data.io.output.AbstractReportWriter

        checkData, cleanUp, compareTo, defineOptions, destroy, equals, forCommandLine, forName, getDefaultFormatExtension, getOutput, getWriters, outputTipText, reset, setOutput, shallowCopy, shallowCopy, write
      • Methods inherited from class adams.core.option.AbstractOptionHandler

        cleanUpOptions, finishInit, getDefaultLoggingLevel, getOptionManager, initialize, loggingLevelTipText, newOptionManager, setLoggingLevel, toCommandLine, toString
      • Methods inherited from class adams.core.logging.LoggingObject

        configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
      • Methods inherited from interface adams.core.logging.LoggingLevelHandler

        getLoggingLevel
    • Constructor Detail

      • SimpleCSVSampleDataWriter

        public SimpleCSVSampleDataWriter()