public class Parameters extends StringParameters
bufferpath| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowEmptyOutputTarget() |
boolean |
isForceTargetOutput() |
void |
reset()
Reset this parameters object to its default values.
|
void |
setAllowEmptyOutputTarget(boolean allowEmptyOutputTarget) |
void |
setForceTargetOutput(boolean forceTargetOutput) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringgetParametersDescription, getPath, load, load, save, setPathpublic boolean isAllowEmptyOutputTarget()
public void setAllowEmptyOutputTarget(boolean allowEmptyOutputTarget)
public boolean isForceTargetOutput()
public void setForceTargetOutput(boolean forceTargetOutput)
forceTargetOutput - the forceTargetOutput to setpublic void reset()
StringParameters
Subclasses should override this method to set any initial
values and instantiate any objects that require allocation. It
is recommended that subclasses also call super.reset()
in the override to ensure that the buffer is empty.
reset in interface IParametersreset in class StringParametersCopyright © 2019. All rights reserved.