All Classes

Class Description
CLI
Represents a CLI (Command-Line Interface).
Command
Represents a command to be typed in a command line.
Command.Builder
Class used to build a new command.
Command.ExitCause
Specify the cause of the exit from command execution.
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.
CommandExecutor  
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.