| Modifier and Type | Field and Description |
|---|---|
protected String |
cellSeparator
Cell separator.
|
protected Charset |
charset
Charset used to perform the export.
|
protected com.google.common.collect.ImmutableSet<ExportableColumn<O,?>> |
columns
Columns export model.
|
protected String |
endOfLineSeparator
Eof of line separator.
|
| Constructor and Description |
|---|
ExporterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCellSeparator() |
Charset |
getCharset() |
com.google.common.collect.ImmutableSet<ExportableColumn<O,?>> |
getColumns() |
String |
getEndOfLineSeparator() |
void |
setCellSeparator(String cellSeparator) |
void |
setCharset(Charset charset) |
void |
setColumns(com.google.common.collect.ImmutableSet<ExportableColumn<O,?>> columns) |
void |
setEndOfLineSeparator(String endOfLineSeparator) |
protected com.google.common.collect.ImmutableSet<ExportableColumn<O,?>> columns
protected String cellSeparator
protected String endOfLineSeparator
protected Charset charset
public String getCellSeparator()
public String getEndOfLineSeparator()
public Charset getCharset()
public com.google.common.collect.ImmutableSet<ExportableColumn<O,?>> getColumns()
public void setCellSeparator(String cellSeparator)
public void setCharset(Charset charset)
public void setColumns(com.google.common.collect.ImmutableSet<ExportableColumn<O,?>> columns)
public void setEndOfLineSeparator(String endOfLineSeparator)
Copyright © 2013–2016 CodeLutin. All rights reserved.