Index
A B C D E G H I N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- get(String) - Method in class readycli.OptionValues
-
Gets the
String
value of the specified parameter. - getAliases() - Method in class readycli.Option
-
Gets the list of the aliases of this option. the aliases are secondary or shortest names assigned to an option, to simplify its specification on command-line.
- getArgument(String) - Method in class readycli.CommandContext
-
Gets the value of an argument.
- getCommandPrompt() - Method in class readycli.CLI
-
Gets the current command prompt that is shown just before the
CLI
starts to listen for the next command. - getDefaultValue() - Method in class readycli.Option.Parameter
-
Gets the default value assigned to this parameter.
- getDescription() - Method in class readycli.Command
-
Gets the command description.
- getDescription() - Method in class readycli.Option
-
Gets the description of the option.
- getDescription() - Method in class readycli.Option.Parameter
-
Gets the description of the option parameter
- getDocumentationAliases() - Method in class readycli.Command
- getExitCode() - Method in enum readycli.Command.ExitCause
- getFlag() - Method in class readycli.OptionValues
-
Allows to know if the option was specified on the command-line.
- getName() - Method in class readycli.Option
-
Gets the name of the option.
- getName() - Method in class readycli.Option.Parameter
-
Gets the name of the option parameter
- getOption(String) - Method in class readycli.CommandContext
-
Gets the parameter values of an option.
Invoking this method, has the same effect of the following code:
context.options.get(name);
- getOptionName() - Method in class readycli.OptionValues
-
Gets the option name.
- getOptions() - Method in class readycli.Command
-
Gets a map of all the options of this command.
- getParameters() - Method in class readycli.Option
-
Gets the list of the option parameters, in the order they were specified during construction.
- getParameters() - Method in class readycli.OptionValues
-
Gets the map of all parameters values of the option.
- getRequiredArguments() - Method in class readycli.Command
-
Gets the list of all the required arguments of this command.
- getSubCommands() - Method in class readycli.Command
-
Gets a map of all the sub-commands of first level of this command.
- getTitle() - Method in class readycli.CLI
-
Gets the current title.
All Classes All Packages