CLI |
Represents a CLI (Command-Line Interface).
|
Command |
Represents a command to be typed in a command line.
|
Command.Builder |
|
CommandContext |
Collects all the information that results from command parsing, i.e. actual
values of the required arguments and options, and the input and the output
streams used to interact with the user.
|
Option |
An option is an argument of a Command that can be optionally
specified on command.line.
|
Option.Builder |
A builder entity used build new options .
|
Option.Parameter |
Represents a parameter of an Option .
|
OptionValues |
An instance of this class represents a particular assignment of the
parameters of an Option .
|