public class ConfigAppendString extends ConfigString
spec
Constructor and Description |
---|
ConfigAppendString(OptionSpec option) |
ConfigAppendString(OptionSpec option,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
addToCommandline(org.apache.tools.ant.types.Commandline cmdlline)
Adds arguments to the end of
cmdline corresponding to the state of this variable. |
isSet, set, value
getSpec, matches
public ConfigAppendString(OptionSpec option)
public ConfigAppendString(OptionSpec option, String value)
public void addToCommandline(org.apache.tools.ant.types.Commandline cmdlline)
BaseConfigVariable
cmdline
corresponding to the state of this variable.addToCommandline
in interface IOptionSource
addToCommandline
in class ConfigString
cmdlline
- The Commandline object to which arguments correspond to this option should be addedCopyright © 2016 The Apache Software Foundation. All rights reserved.