
public abstract static class AbstractParser.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| protected Pattern | colSepStores the column separator pattern | 
| protected char | quoteCharStores 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