|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
org.apache.commons.cli2.builder | |
org.apache.commons.cli2.commandline | |
org.apache.commons.cli2.option | |
org.apache.commons.cli2.util |
Uses of Group in org.apache.commons.cli2.builder |
---|
Fields in org.apache.commons.cli2.builder declared as Group | |
---|---|
private Group |
CommandBuilder.children
the children of the command |
private Group |
DefaultOptionBuilder.children
|
private Group |
SwitchBuilder.children
|
Methods in org.apache.commons.cli2.builder that return Group | |
---|---|
Group |
GroupBuilder.create()
Creates a new Group instance |
Methods in org.apache.commons.cli2.builder with parameters of type Group | |
---|---|
CommandBuilder |
CommandBuilder.withChildren(Group newChildren)
Specifies the children for the next Command
that is created. |
DefaultOptionBuilder |
DefaultOptionBuilder.withChildren(Group newChildren)
Use this child Group |
SwitchBuilder |
SwitchBuilder.withChildren(Group newChildren)
Use this child Group |
Uses of Group in org.apache.commons.cli2.commandline |
---|
Fields in org.apache.commons.cli2.commandline declared as Group | |
---|---|
private Group |
Parser.group
|
Methods in org.apache.commons.cli2.commandline with parameters of type Group | |
---|---|
void |
Parser.setGroup(Group group)
Sets the Group of options to parse against |
Uses of Group in org.apache.commons.cli2.option |
---|
Classes in org.apache.commons.cli2.option that implement Group | |
---|---|
class |
GroupImpl
An implementation of Group |
Fields in org.apache.commons.cli2.option declared as Group | |
---|---|
private Group |
ParentImpl.children
|
Methods in org.apache.commons.cli2.option that return Group | |
---|---|
Group |
ParentImpl.getChildren()
|
Constructors in org.apache.commons.cli2.option with parameters of type Group | |
---|---|
Command(java.lang.String preferredName,
java.lang.String description,
java.util.Set aliases,
boolean required,
Argument argument,
Group children,
int id)
Creates a new Command instance. |
|
DefaultOption(java.lang.String shortPrefix,
java.lang.String longPrefix,
boolean burstEnabled,
java.lang.String preferredName,
java.lang.String description,
java.util.Set aliases,
java.util.Set burstAliases,
boolean required,
Argument argument,
Group children,
int id)
Creates a new DefaultOption |
|
ParentImpl(Argument argument,
Group children,
java.lang.String description,
int id,
boolean required)
|
|
Switch(java.lang.String enabledPrefix,
java.lang.String disabledPrefix,
java.lang.String preferredName,
java.util.Set aliases,
java.lang.String description,
boolean required,
Argument argument,
Group children,
int id,
java.lang.Boolean switchDefault)
Creates a new Switch with the specified parameters |
Uses of Group in org.apache.commons.cli2.util |
---|
Fields in org.apache.commons.cli2.util declared as Group | |
---|---|
private Group |
HelpFormatter.group
|
Methods in org.apache.commons.cli2.util that return Group | |
---|---|
Group |
HelpFormatter.getGroup()
|
Methods in org.apache.commons.cli2.util with parameters of type Group | |
---|---|
void |
HelpFormatter.setGroup(Group group)
Sets the Group of Options to document |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |