
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. 
 | 
DEBUG_ID, DESCRIPTION_ID, HELP_ID, HELP_LONG_ID, INPUT_ID, OUTPUT_ID, VERBOSE_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. 
 | 
getParameterInputFile, getParameterInputFile, getParameterOutputFile, getParameterOutputFileconfigure, makeprivate DatabaseConnection input
private File outfile
public ConvertToBundleApplication.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ConvertToBundleApplication makeInstance()
AbstractParameterizermakeInstance in class AbstractApplication.Parameterizer