|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandBuilder | |
|---|---|
| net.dpml.cli.builder | Helpers supporting the construction of a commandline model. |
| Uses of CommandBuilder in net.dpml.cli.builder |
|---|
| Methods in net.dpml.cli.builder that return CommandBuilder | |
|---|---|
CommandBuilder |
CommandBuilder.reset()
Resets the CommandBuilder to the defaults for a new Command. |
CommandBuilder |
CommandBuilder.withArgument(Argument newArgument)
Specifies the argument for the next Command
that is created. |
CommandBuilder |
CommandBuilder.withChildren(Group newChildren)
Specifies the children for the next Command
that is created. |
CommandBuilder |
CommandBuilder.withDescription(java.lang.String newDescription)
Specifies the description for the next Command
that is created. |
CommandBuilder |
CommandBuilder.withId(int newId)
Specifies the id for the next Command that is created. |
CommandBuilder |
CommandBuilder.withName(java.lang.String name)
Specifies the name for the next Command
that is created. |
CommandBuilder |
CommandBuilder.withRequired(boolean newRequired)
Specifies whether the next Command created is
required or not. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||