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, configParser
configure, make
public static final OptionID INPUT_ID
Key: -dbc.in
protected File infile
public FileBasedDatabaseConnection.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class InputStreamDatabaseConnection.Parameterizer
config
- Parameterization to add options to.protected FileBasedDatabaseConnection makeInstance()
AbstractParameterizer
makeInstance
in class InputStreamDatabaseConnection.Parameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.