@Immutable public class CSVConfiguration extends Object implements TypeConstraint, CSVConstants
DEFAULT_ESCAPE, DEFAULT_QUOTE, DEFAULT_SEPARATOR, LOOKUP_KEY_COLUMN, LOOKUP_VALUE_COLUMN, PARAM_ESCAPE, PARAM_GEOMETRY, PARAM_QUOTE, PARAM_SEPARATOR, PARAM_SKIP_FIRST_LINE, PARAM_TYPENAME
Constructor and Description |
---|
CSVConfiguration()
default constructor
|
CSVConfiguration(char sep,
char qu,
char esc,
boolean skip)
constructor for CSVConfiguration
|
Modifier and Type | Method and Description |
---|---|
char |
getEscape() |
char |
getQuote() |
char |
getSeparator() |
boolean |
isInheritable()
Determines if the constraint is inheritable, meaning it may be used for a
sub-type.
|
boolean |
skipFirst() |
public CSVConfiguration()
public CSVConfiguration(char sep, char qu, char esc, boolean skip)
sep
- the separating signqu
- the quote signesc
- the escape signskip
- the boolean to skip the first line or notpublic char getSeparator()
public char getQuote()
public char getEscape()
public boolean skipFirst()
public boolean isInheritable()
TypeConstraint
isInheritable
in interface TypeConstraint
TypeConstraint.isInheritable()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a