
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, makeprivate File out
private boolean gzip
private boolean warnoverwrite
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ResultWriter makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer