Uses of Class net.dpml.cli.builder.CommandBuilder

Uses in package net.dpml.cli.builder

Methods with return type net.dpml.cli.builder.CommandBuilder

CommandBuilder
Resets the CommandBuilder to the defaults for a new Command.
CommandBuilder
Specifies the argument for the next Command that is created.
CommandBuilder
Specifies the children for the next Command that is created.
CommandBuilder
CommandBuilder.withDescription(String newDescription)
Specifies the description for the next Command that is created.
CommandBuilder
Specifies the id for the next Command that is created.
CommandBuilder
CommandBuilder.withName(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.