Uses of Class
readycli.OptionValues
-
Uses of OptionValues in readycli
Fields in readycli with type parameters of type OptionValues Modifier and Type Field Description java.util.Map<java.lang.String,OptionValues>CommandContext. optionsContains all values of all options.Methods in readycli that return OptionValues Modifier and Type Method Description OptionValuesCommandContext. getOption(java.lang.String name)Gets the parameter values of an option.
Invoking this method, has the same effect of the following code:
context.options.get(name);