public static class ResultWriter.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
private boolean |
gzip
Whether or not to do gzip compression on output.
|
private File |
out
Holds the file to print results to.
|
private boolean |
warnoverwrite
Whether or not to warn on overwrite
|
Constructor and Description |
---|
ResultWriter.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected ResultWriter |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
private File out
private boolean gzip
private boolean warnoverwrite
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected ResultWriter makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer