public interface CsvRecordOutputWriter
Activity implementations
that can provide their data in a comma separated fashion.| Modifier and Type | Method and Description |
|---|---|
void |
writeCsvRecord(org.apache.commons.csv.CSVPrinter csvPrinter)
Write a single record, i.e.
|
void writeCsvRecord(org.apache.commons.csv.CSVPrinter csvPrinter)
throws IOException
csvPrinter - An initialized csvPrinter, shared among all activitiesIOException - If it is not possible to write to the output stream or the printer reached an invalid state.Copyright © 2013–2015 Institute of networks and security. All rights reserved.