Package ca.phon.query.report.csv
Class CSVCommentWriter
java.lang.Object
ca.phon.query.report.csv.CSVCommentWriter
- All Implemented Interfaces:
CSVSectionWriter
Write out comments to the csv report.
Lines which start with '||' are considiered
to be divided into cells. Cells are divided again
by the '|' char.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeSection
(au.com.bytecode.opencsv.CSVWriter writer, int indentLevel) Write section data to the given writer.
-
Constructor Details
-
CSVCommentWriter
-
-
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
- Parameters:
writer
- the csv writerindentLevel
- number of cells to skip at the beginning of each line
-