public class SimpleCsvExporterConfiguration extends SimpleExporterConfiguration implements CsvExporterConfiguration
PROPERTY_FIELD_DELIMITER, PROPERTY_RECORD_DELIMITER, PROPERTY_WRITE_BOMPROPERTY_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, setOverrideHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOverrideHintspublic java.lang.String getFieldDelimiter()
CsvExporterConfigurationgetFieldDelimiter in interface CsvExporterConfigurationCsvExporterConfiguration.PROPERTY_FIELD_DELIMITERpublic void setFieldDelimiter(java.lang.String fieldDelimiter)
public java.lang.String getRecordDelimiter()
CsvExporterConfigurationgetRecordDelimiter in interface CsvExporterConfigurationCsvExporterConfiguration.PROPERTY_RECORD_DELIMITERpublic void setRecordDelimiter(java.lang.String recordDelimiter)
public java.lang.Boolean isWriteBOM()
CsvExporterConfigurationisWriteBOM in interface CsvExporterConfigurationCsvExporterConfiguration.PROPERTY_WRITE_BOMpublic void setWriteBOM(java.lang.Boolean isWriteBOM)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com