|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArgumentBuilder | |
---|---|
org.apache.commons.cli2.builder |
Uses of ArgumentBuilder in org.apache.commons.cli2.builder |
---|
Fields in org.apache.commons.cli2.builder declared as ArgumentBuilder | |
---|---|
private ArgumentBuilder |
PatternBuilder.abuilder
|
Methods in org.apache.commons.cli2.builder that return ArgumentBuilder | |
---|---|
ArgumentBuilder |
ArgumentBuilder.reset()
Resets the ArgumentBuilder to the defaults for a new Argument. |
ArgumentBuilder |
ArgumentBuilder.withConsumeRemaining(java.lang.String newConsumeRemaining)
Sets the "consume remaining" option, defaults to "--". |
ArgumentBuilder |
ArgumentBuilder.withDefault(java.lang.Object defaultValue)
Sets the default value. |
ArgumentBuilder |
ArgumentBuilder.withDefaults(java.util.List newDefaultValues)
Sets the default values. |
ArgumentBuilder |
ArgumentBuilder.withDescription(java.lang.String newDescription)
Sets the description of the argument. |
ArgumentBuilder |
ArgumentBuilder.withId(int newId)
Sets the id |
ArgumentBuilder |
ArgumentBuilder.withInitialSeparator(char newInitialSeparator)
Sets the character used to separate the values from the option. |
ArgumentBuilder |
ArgumentBuilder.withMaximum(int newMaximum)
Sets the maximum number of values allowed for the argument to be valid. |
ArgumentBuilder |
ArgumentBuilder.withMinimum(int newMinimum)
Sets the minimum number of values needed for the argument to be valid. |
ArgumentBuilder |
ArgumentBuilder.withName(java.lang.String newName)
Sets the name of the argument. |
ArgumentBuilder |
ArgumentBuilder.withSubsequentSeparator(char newSubsequentSeparator)
Sets the character used to separate the values from each other. |
ArgumentBuilder |
ArgumentBuilder.withValidator(Validator newValidator)
Sets the validator instance used to perform validation on the Argument values. |
Constructors in org.apache.commons.cli2.builder with parameters of type ArgumentBuilder | |
---|---|
PatternBuilder(GroupBuilder gbuilder,
DefaultOptionBuilder obuilder,
ArgumentBuilder abuilder)
Creates a new PatternBuilder |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |