public static class InputStreamDatabaseConnection.Parameterizer extends AbstractDatabaseConnection.Parameterizer
Modifier and Type | Field and Description |
---|---|
protected java.io.InputStream |
instream
Input stream.
|
static OptionID |
STREAM_ID
Input stream to read.
|
filters, FILTERS_ID, parser, PARSER_ID
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected InputStreamDatabaseConnection |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configFilters, configParser
configure, make
public static final OptionID STREAM_ID
Note that this parameter is not used by the subclass
FileBasedDatabaseConnection
. It is mostly useful with the
Parameterization API from java.
protected java.io.InputStream instream
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected InputStreamDatabaseConnection makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.