public static class ConvertToBundleApplication.Parameterizer extends AbstractApplication.Parameterizer
Modifier and Type | Field and Description |
---|---|
private DatabaseConnection |
input
The data input step.
|
private File |
outfile
Output filename.
|
INPUT_ID, OUTPUT_ID
Constructor and Description |
---|
ConvertToBundleApplication.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected ConvertToBundleApplication |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configVerbose, getParameterInputFile, getParameterInputFile, getParameterOutputFile, getParameterOutputFile
configure, make
private DatabaseConnection input
private File outfile
public ConvertToBundleApplication.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractApplication.Parameterizer
config
- Parameterization to add options to.protected ConvertToBundleApplication makeInstance()
AbstractParameterizer
makeInstance
in class AbstractApplication.Parameterizer