Package ca.phon.query.report.csv
Class CSVResultListingDataSourceWriter
java.lang.Object
ca.phon.query.report.csv.CSVTableDataSourceWriter
ca.phon.query.report.csv.CSVResultListingDataSourceWriter
- All Implemented Interfaces:
CSVSectionWriter
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeSection
(au.com.bytecode.opencsv.CSVWriter writer, int indentLevel) Write section data to the given writer.Methods inherited from class ca.phon.query.report.csv.CSVTableDataSourceWriter
getDataSource
-
Constructor Details
-
CSVResultListingDataSourceWriter
-
-
Method Details
-
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 interfaceCSVSectionWriter
- Overrides:
writeSection
in classCSVTableDataSourceWriter
- Parameters:
writer
- the csv writerindentLevel
- number of cells to skip at the beginning of each line
-