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