Package org.nuxeo.ecm.platform.audit.io
Class LogEntryListCSVWriter
- java.lang.Object
-
- org.nuxeo.ecm.core.io.marshallers.csv.AbstractCSVWriter<List<LogEntry>>
-
- org.nuxeo.ecm.platform.audit.io.LogEntryListCSVWriter
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.io.marshallers.csv.AbstractCSVWriter
ctx, registry, schemaManager, TEXT_CSV, TEXT_CSV_TYPE
-
-
Constructor Summary
Constructors Constructor Description LogEntryListCSVWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
write(List<LogEntry> entity, org.apache.commons.csv.CSVPrinter printer)
protected void
writeHeader(List<LogEntry> entity, org.apache.commons.csv.CSVPrinter printer)
-
Methods inherited from class org.nuxeo.ecm.core.io.marshallers.csv.AbstractCSVWriter
accept, getCSVPrinter, printCalendar, write
-
-
-
-
Method Detail
-
write
protected void write(List<LogEntry> entity, org.apache.commons.csv.CSVPrinter printer) throws IOException
- Specified by:
write
in classAbstractCSVWriter<List<LogEntry>>
- Throws:
IOException
-
writeHeader
protected void writeHeader(List<LogEntry> entity, org.apache.commons.csv.CSVPrinter printer) throws IOException
- Specified by:
writeHeader
in classAbstractCSVWriter<List<LogEntry>>
- Throws:
IOException
-
-