| Package | Description |
|---|---|
| org.jsefa.csv.config | |
| org.jsefa.csv.lowlevel.config |
| Modifier and Type | Method and Description |
|---|---|
EscapeMode |
CsvConfiguration.getQuoteCharacterEscapeMode()
Returns the escape mode for the quote character.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CsvConfiguration.setQuoteCharacterEscapeMode(EscapeMode quoteCharacterEscapeMode)
Sets the escape mode for the quote character.
|
| Modifier and Type | Field and Description |
|---|---|
static EscapeMode |
CsvLowLevelConfiguration.Defaults.DEFAULT_QUOTE_CHARACTER_ESCAPE_MODE
The default quote character escape mode used if none is explicitly given.
|
| Modifier and Type | Method and Description |
|---|---|
EscapeMode |
CsvLowLevelConfiguration.getQuoteCharacterEscapeMode()
Returns the escape mode for the quote character.
|
static EscapeMode |
EscapeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EscapeMode[] |
EscapeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CsvLowLevelConfiguration.setQuoteCharacterEscapeMode(EscapeMode quoteCharacterEscapeMode)
Sets the escape mode for the quote character.
|
Copyright © 2014. All rights reserved.