Package ca.phon.query.report.csv
Interface CSVSectionWriter
- All Known Implementing Classes:
CSVCommentWriter
,CSVResultListingDataSourceWriter
,CSVTableDataSourceWriter
,PhonScriptCSVWriter
public interface CSVSectionWriter
Interface for writing report sections in csv format.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeSection
(au.com.bytecode.opencsv.CSVWriter writer, int indentLevel) Write section data to the given writer.
-
Method Details
-
writeSection
void writeSection(au.com.bytecode.opencsv.CSVWriter writer, int indentLevel) Write section data to the given writer.- Parameters:
writer
- the csv writerindentLevel
- number of cells to skip at the beginning of each line
-