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 |
|---|---|
String |
getFieldDelimiter()
Returns the string representing the character or sequence of characters to be used to delimit two fields on the same record.
|
String |
getRecordDelimiter()
Returns the string representing the character or sequence of characters to be used to delimit two records.
|
void |
setFieldDelimiter(String fieldDelimiter) |
void |
setRecordDelimiter(String recordDelimiter) |
isOverrideHints, setOverrideHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOverrideHintspublic String getFieldDelimiter()
CsvExporterConfigurationgetFieldDelimiter in interface CsvExporterConfigurationCsvExporterConfiguration.PROPERTY_FIELD_DELIMITERpublic void setFieldDelimiter(String fieldDelimiter)
public String getRecordDelimiter()
CsvExporterConfigurationgetRecordDelimiter in interface CsvExporterConfigurationCsvExporterConfiguration.PROPERTY_RECORD_DELIMITERpublic void setRecordDelimiter(String recordDelimiter)
Copyright © 2015. All rights reserved.