public class SimpleCsvExporterConfiguration extends SimpleExporterConfiguration implements CsvExporterConfiguration
PROPERTY_FIELD_DELIMITER, PROPERTY_RECORD_DELIMITER, PROPERTY_WRITE_BOM
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Constructor and Description |
---|
SimpleCsvExporterConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldDelimiter()
Returns the string representing the character or sequence of characters to be used to delimit two fields on the same record.
|
java.lang.String |
getRecordDelimiter()
Returns the string representing the character or sequence of characters to be used to delimit two records.
|
java.lang.Boolean |
isWriteBOM()
Specifies whether the exporter should put a BOM character at the beginning of the output.
|
void |
setFieldDelimiter(java.lang.String fieldDelimiter) |
void |
setRecordDelimiter(java.lang.String recordDelimiter) |
void |
setWriteBOM(java.lang.Boolean isWriteBOM) |
isOverrideHints, setOverrideHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isOverrideHints
public java.lang.String getFieldDelimiter()
CsvExporterConfiguration
getFieldDelimiter
in interface CsvExporterConfiguration
CsvExporterConfiguration.PROPERTY_FIELD_DELIMITER
public void setFieldDelimiter(java.lang.String fieldDelimiter)
public java.lang.String getRecordDelimiter()
CsvExporterConfiguration
getRecordDelimiter
in interface CsvExporterConfiguration
CsvExporterConfiguration.PROPERTY_RECORD_DELIMITER
public void setRecordDelimiter(java.lang.String recordDelimiter)
public java.lang.Boolean isWriteBOM()
CsvExporterConfiguration
isWriteBOM
in interface CsvExporterConfiguration
CsvExporterConfiguration.PROPERTY_WRITE_BOM
public void setWriteBOM(java.lang.Boolean isWriteBOM)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com