public static class FileBasedDatabaseConnection.Parameterizer extends InputStreamDatabaseConnection.Parameterizer
Modifier and Type | Field and Description |
---|---|
protected InputStream |
inputStream |
filters, parser
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
protected InputStream inputStream
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