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
(CSVWriter writer, int indentLevel) Write section data to the given writer.
-
Method Details
-
writeSection
Write section data to the given writer.- Parameters:
writer
- the csv writerindentLevel
- number of cells to skip at the beginning of each line
-