
public abstract static class AbstractParser.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected Pattern | 
colSep
Stores the column separator pattern 
 | 
static OptionID | 
COLUMN_SEPARATOR_ID
OptionID for the column separator parameter (defaults to whitespace as in
  
AbstractParser.DEFAULT_SEPARATOR. | 
protected Pattern | 
comment
Comment pattern. 
 | 
static OptionID | 
COMMENT_ID
Comment pattern. 
 | 
static OptionID | 
QUOTE_ID
OptionID for the quote character parameter (defaults to a double
 quotation mark as in  
AbstractParser.QUOTE_CHAR. | 
protected char | 
quoteChar
Stores the quotation character 
 | 
| Constructor and Description | 
|---|
AbstractParser.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract AbstractParser | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID COLUMN_SEPARATOR_ID
AbstractParser.DEFAULT_SEPARATOR.public static final OptionID QUOTE_ID
AbstractParser.QUOTE_CHAR.public static final OptionID COMMENT_ID
protected Pattern colSep
protected char quoteChar
protected Pattern comment
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected abstract AbstractParser makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer