
public static class OutputStep.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
static OptionID | 
OUTPUT_ID
OptionID for the application output file/folder. 
 | 
static OptionID | 
RESULT_HANDLER_ID
Parameter to specify the result handler classes. 
 | 
private List<ResultHandler> | 
resulthandlers
Output handlers. 
 | 
| Constructor and Description | 
|---|
OutputStep.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OutputStep | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makeprivate List<ResultHandler> resulthandlers
public static final OptionID RESULT_HANDLER_ID
 -resulthandler
 
public static final OptionID OUTPUT_ID
 -out
 
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected OutputStep makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer