net.sf.jsefa.csv.config
Interface CsvInitialConfigurationParameters

All Superinterfaces:
InitialConfigurationParameters

public interface CsvInitialConfigurationParameters
extends InitialConfigurationParameters

A collection of initial configuration parameters for CSV.

Author:
Norman Lahme-Huetig
See Also:
Configuration

Field Summary
static String DEFAULT_NO_VALUE_STRING
          Configuration parameter for the default no value string to use.
static String DEFAUT_QUOTE_MODE
          Configuration parameter for the default quote mode to use.
static String ESCAPE_CHARACTER
          Configuration parameter for the escape character to use.
static String FIELD_DELIMITER
          Configuration parameter for the field delimiter to use.
static String IO_FACTORY_CLASS
          Configuration parameter for the CsvIOFactory class to use.
static String LOW_LEVEL_IO_FACTORY_CLASS
          Configuration parameter for the CsvLowLevelIOFactory class to use.
static String QUOTE_CHARACTER
          Configuration parameter for the quote character to use.
static String QUOTE_CHARACTER_ESCAPE_MODE
          Configuration parameter for the quote character escape mode to use.
static String USE_DELIMITER_AFTER_LAST_FIELD
          Configuration parameter for the flag 'useDelimiterAfterLastField'.
 
Fields inherited from interface net.sf.jsefa.common.config.InitialConfigurationParameters
OBJECT_ACCESSOR_PROVIDER_CLASS, SIMPLE_TYPE_CONVERTER_PROVIDER, VALIDATION_MODE, VALIDATOR_PROVIDER
 

Field Detail

IO_FACTORY_CLASS

static final String IO_FACTORY_CLASS
Configuration parameter for the CsvIOFactory class to use.

See Also:
Constant Field Values

DEFAUT_QUOTE_MODE

static final String DEFAUT_QUOTE_MODE
Configuration parameter for the default quote mode to use.

See Also:
Constant Field Values

DEFAULT_NO_VALUE_STRING

static final String DEFAULT_NO_VALUE_STRING
Configuration parameter for the default no value string to use.

See Also:
Constant Field Values

LOW_LEVEL_IO_FACTORY_CLASS

static final String LOW_LEVEL_IO_FACTORY_CLASS
Configuration parameter for the CsvLowLevelIOFactory class to use.

See Also:
Constant Field Values

FIELD_DELIMITER

static final String FIELD_DELIMITER
Configuration parameter for the field delimiter to use.

See Also:
Constant Field Values

QUOTE_CHARACTER

static final String QUOTE_CHARACTER
Configuration parameter for the quote character to use.

See Also:
Constant Field Values

QUOTE_CHARACTER_ESCAPE_MODE

static final String QUOTE_CHARACTER_ESCAPE_MODE
Configuration parameter for the quote character escape mode to use.

See Also:
Constant Field Values

USE_DELIMITER_AFTER_LAST_FIELD

static final String USE_DELIMITER_AFTER_LAST_FIELD
Configuration parameter for the flag 'useDelimiterAfterLastField'.

See Also:
Constant Field Values

ESCAPE_CHARACTER

static final String ESCAPE_CHARACTER
Configuration parameter for the escape character to use.

See Also:
Constant Field Values


Copyright © 2014. All rights reserved.