Frames | No Frames |
Methods with parameter type net.dpml.cli.Group | |
void | Sets the Group of options to parse against
|
Methods with parameter type net.dpml.cli.Group | |
CommandBuilder | Specifies the children for the next Command
that is created. |
DefaultOptionBuilder | Use this child Group
|
SwitchBuilder | Use this child Group
|
Methods with return type net.dpml.cli.Group | |
Group | Creates a new Group instance
|
Classes implementing net.dpml.cli.Group | |
class | An implementation of Group
|
Constructors with parameter type net.dpml.cli.Group | |
Command.Command(String preferredName, String description, Set aliases, boolean required, Argument argument, Group children, int id) Creates a new Command instance. | |
DefaultOption.DefaultOption(String shortPrefix, String longPrefix, boolean burstEnabled, String preferredName, String description, Set aliases, Set burstAliases, boolean required, Argument argument, Group children, int id) Creates a new DefaultOption
| |
ParentImpl.ParentImpl(Argument argument, Group children, String description, int id, boolean required) Creation of a new ParaentImpl. | |
Switch.Switch(String enabledPrefix, String disabledPrefix, String preferredName, Set aliases, String description, boolean required, Argument argument, Group children, int id, Boolean switchDefault) Creates a new Switch with the specified parameters
|
Methods with return type net.dpml.cli.Group | |
Group | Return any children. |
Methods with parameter type net.dpml.cli.Group | |
void | Sets the Group of Options to document
|
Methods with return type net.dpml.cli.Group | |
Group | Return the group. |