Modifier and Type | Method and Description |
---|---|
void |
appendUsage(StringBuffer buffer,
Set helpSettings,
Comparator comp,
String separator)
Appends usage information to the specified StringBuffer
|
int |
getMaximum()
Retrieves the maximum number of members acceptable for a valid Group
|
int |
getMinimum()
Retrieves the minimum number of members required for a valid Group
|
boolean |
isRequired()
Indicates whether group members must be present for the CommandLine to be
valid.
|
appendUsage, canProcess, canProcess, defaults, findOption, getDescription, getId, getParent, getPreferredName, getPrefixes, getTriggers, helpLines, process, setParent, validate
void appendUsage(StringBuffer buffer, Set helpSettings, Comparator comp, String separator)
buffer
- the buffer to append tohelpSettings
- a set of display settings @see DisplaySettingcomp
- a comparator used to sort the Optionsseparator
- the String used to separate member Optionsboolean isRequired()
isRequired
in interface Option
getMinimum()
,
getMaximum()
int getMinimum()
int getMaximum()
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.