Class ExporterConfiguration<O>
java.lang.Object
org.nuiton.csv.ExporterConfiguration<O>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringCell separator.protected CharsetCharset used to perform the export.protected com.google.common.collect.ImmutableSet<ExportableColumn<O, ?>> Columns export model.protected StringEof of line separator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<ExportableColumn<O, ?>> voidsetCellSeparator(String cellSeparator) voidsetCharset(Charset charset) voidsetColumns(com.google.common.collect.ImmutableSet<ExportableColumn<O, ?>> columns) voidsetEndOfLineSeparator(String endOfLineSeparator)
-
Field Details
-
columns
Columns export model. -
cellSeparator
Cell separator. -
endOfLineSeparator
Eof of line separator. -
charset
Charset used to perform the export.
-
-
Constructor Details
-
ExporterConfiguration
public ExporterConfiguration()
-
-
Method Details
-
getCellSeparator
-
getEndOfLineSeparator
-
getCharset
-
getColumns
-
setCellSeparator
-
setCharset
-
setColumns
-
setEndOfLineSeparator
-