
public static class FileBasedDatabaseConnection.Parameterizer extends InputStreamDatabaseConnection.Parameterizer
| Modifier and Type | Field and Description |
|---|---|
protected File |
infile
Input stream to process.
|
static OptionID |
INPUT_ID
Parameter that specifies the name of the input file to be parsed.
|
filters, FILTERS_ID, parser, PARSER_ID| Constructor and Description |
|---|
FileBasedDatabaseConnection.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected FileBasedDatabaseConnection |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configFilters, configParserconfigure, makepublic static final OptionID INPUT_ID
Key: -dbc.in
protected File infile
public FileBasedDatabaseConnection.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class InputStreamDatabaseConnection.Parameterizerconfig - Parameterization to add options to.protected FileBasedDatabaseConnection makeInstance()
AbstractParameterizermakeInstance in class InputStreamDatabaseConnection.Parameterizer