|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OptionDescriptor | |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.cli.impl.descriptor | |
| org.crsh.cli.impl.invocation | |
| org.crsh.cli.impl.parser | |
| Uses of OptionDescriptor in org.crsh.cli.descriptor |
|---|
| Fields in org.crsh.cli.descriptor with type parameters of type OptionDescriptor | |
|---|---|
private Map<String,OptionDescriptor> |
CommandDescriptor.optionMap
. |
private List<OptionDescriptor> |
CommandDescriptor.options
. |
private Map<String,OptionDescriptor> |
CommandDescriptor.uOptionMap
. |
private List<OptionDescriptor> |
CommandDescriptor.uOptions
. |
| Methods in org.crsh.cli.descriptor that return OptionDescriptor | |
|---|---|
OptionDescriptor |
CommandDescriptor.findOption(String name)
Find an command option by its name, this will look through the command hierarchy. |
OptionDescriptor |
CommandDescriptor.getOption(String name)
Returns a command option by its name. |
| Methods in org.crsh.cli.descriptor that return types with arguments of type OptionDescriptor | |
|---|---|
Collection<OptionDescriptor> |
CommandDescriptor.getOptions()
Returns the command options. |
| Uses of OptionDescriptor in org.crsh.cli.impl.descriptor |
|---|
| Fields in org.crsh.cli.impl.descriptor declared as OptionDescriptor | |
|---|---|
(package private) static OptionDescriptor |
HelpDescriptor.HELP_OPTION
. |
| Uses of OptionDescriptor in org.crsh.cli.impl.invocation |
|---|
| Fields in org.crsh.cli.impl.invocation with type parameters of type OptionDescriptor | |
|---|---|
private Map<OptionDescriptor,OptionMatch> |
InvocationMatch.options
. |
| Constructors in org.crsh.cli.impl.invocation with parameters of type OptionDescriptor | |
|---|---|
OptionMatch(OptionDescriptor parameter,
List<String> names,
List<LiteralValue> values)
|
|
OptionMatch(OptionDescriptor parameter,
String name,
List<LiteralValue> values)
|
|
| Uses of OptionDescriptor in org.crsh.cli.impl.parser |
|---|
| Constructors in org.crsh.cli.impl.parser with parameters of type OptionDescriptor | |
|---|---|
Event.Option(CommandDescriptor<?> command,
OptionDescriptor descriptor,
Token.Literal.Option token,
List<Token.Literal.Word> values)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||