
public abstract static class AbstractParser.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected Pattern |
colSep
Stores the column separator pattern
|
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, makeprotected Pattern colSep
protected char quoteChar
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected abstract AbstractParser makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer