Class CSVTableDataSourceWriter

java.lang.Object
ca.phon.query.report.csv.CSVTableDataSourceWriter
All Implemented Interfaces:
CSVSectionWriter
Direct Known Subclasses:
CSVResultListingDataSourceWriter

public class CSVTableDataSourceWriter extends Object implements CSVSectionWriter
Write the data for the tabular data sources to the given csv writer.
  • Constructor Details

  • Method Details

    • getDataSource

      public TableDataSource getDataSource()
    • writeSection

      public void writeSection(au.com.bytecode.opencsv.CSVWriter writer, int indentLevel)
      Description copied from interface: CSVSectionWriter
      Write section data to the given writer.
      Specified by:
      writeSection in interface CSVSectionWriter
      Parameters:
      writer - the csv writer
      indentLevel - number of cells to skip at the beginning of each line