- get(String) - Method in class org.crsh.cli.spi.Completion
-
- get(Class<S>) - Method in class org.crsh.cli.type.ValueTypeFactory
-
- getAnnotation() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getArgument(int) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns a a specified argument by its index.
- getArguments() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns a list of the command arguments.
- getArity() - Method in class org.crsh.cli.descriptor.OptionDescriptor
-
- getCompleter() - Method in class org.crsh.cli.type.ValueType
-
- getCompleterType() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getDeclaredType() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getDepth() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- getDescription() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command description.
- getDescription() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getInstance() - Static method in class org.crsh.cli.completers.EmptyCompleter
-
Returns the empty completer instance.
- getInstance() - Static method in class org.crsh.cli.completers.EnumCompleter
-
Returns the empty completer instance.
- getInvoker(InvocationMatch<T>) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- getLongOptionNames() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command long option names.
- getMan() - Method in class org.crsh.cli.descriptor.Description
-
- getMultiplicity() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getName() - Method in class org.crsh.cli.descriptor.ArgumentDescriptor
-
Returns the argument name, that can be null.
- getName() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command name.
- getNames() - Method in class org.crsh.cli.descriptor.OptionDescriptor
-
- getOption(String) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns a command option by its name.
- getOptionNames() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command option names.
- getOptions() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command options.
- getOwner() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- getParameters() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command parameters, the returned collection contains the command options and
the command arguments.
- getPrefix() - Method in class org.crsh.cli.spi.Completion
-
- getShortOptionNames() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command short option names.
- getSize() - Method in class org.crsh.cli.spi.Completion
-
- getSubordinate(String) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns a specified subordinate.
- getSubordinates() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- getType() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getType() - Method in class org.crsh.cli.type.ValueType
-
- getUsage() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command usage, shortcut for invoking getDescription().getUsage() on this
object.
- getUsage() - Method in class org.crsh.cli.descriptor.Description
-
- getUsage() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getValues() - Method in class org.crsh.cli.spi.Completion
-