Index

A B C D E G H I N O P R S T V 
All Classes All Packages

C

CLI - Class in readycli
Represents a CLI (Command-Line Interface).
Command - Class in readycli
Represents a command to be typed in a command line.
Command.Builder - Class in readycli
Class used to build a new command.
Command.ExitCause - Enum in readycli
Specify the cause of the exit from command execution.
CommandContext - Class in readycli
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 - Interface in readycli
 
create() - Static method in class readycli.CLI
Creates a new CLI object with a null application title and a null command prompt.
create(String) - Static method in class readycli.CLI
Creates a new CLI object with a null application title and a null command prompt.
create(String, String) - Static method in class readycli.CLI
Creates a new CLI object with the given application title and command prompt.
create(String, String) - Static method in class readycli.Option
Starts the creation of a new command-line option.
create(String, String, String...) - Static method in class readycli.Command
Creates a new command with the given name, description, usage string and documentation option aliases.

See Command for more details about usage strings.
A B C D E G H I N O P R S T V 
All Classes All Packages