| Package | Description |
|---|---|
| net.dpml.cli.builder |
Helpers supporting the construction of a commandline model.
|
| Modifier and Type | Method and Description |
|---|---|
SwitchBuilder |
SwitchBuilder.reset()
Resets the builder.
|
SwitchBuilder |
SwitchBuilder.withArgument(Argument newArgument)
Use this Argument
|
SwitchBuilder |
SwitchBuilder.withChildren(Group newChildren)
Use this child Group
|
SwitchBuilder |
SwitchBuilder.withDescription(java.lang.String newDescription)
Use this option description
|
SwitchBuilder |
SwitchBuilder.withId(int newId)
Sets the id
|
SwitchBuilder |
SwitchBuilder.withName(java.lang.String name)
Use this option name.
|
SwitchBuilder |
SwitchBuilder.withRequired(boolean newRequired)
Use this optionality
|
SwitchBuilder |
SwitchBuilder.withSwitchDefault(java.lang.Boolean newSwitchDefault)
Sets the default state for this switch
|