public class SimpleCsvExporterConfiguration extends SimpleExporterConfiguration implements CsvExporterConfiguration
PROPERTY_FIELD_DELIMITER, PROPERTY_RECORD_DELIMITERPROPERTY_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.
|
void |
setFieldDelimiter(java.lang.String fieldDelimiter) |
void |
setRecordDelimiter(java.lang.String recordDelimiter) |
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)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com