|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OptionDescriptor | |
|---|---|
| org.crsh.cmdline | |
| org.crsh.cmdline.matcher | |
| org.crsh.cmdline.matcher.impl | |
| Uses of OptionDescriptor in org.crsh.cmdline |
|---|
| Fields in org.crsh.cmdline with type parameters of type OptionDescriptor | |
|---|---|
private Map<String,OptionDescriptor<B>> |
CommandDescriptor.optionMap
. |
private List<OptionDescriptor<B>> |
CommandDescriptor.options
. |
private Map<String,OptionDescriptor<B>> |
CommandDescriptor.uOptionMap
. |
private List<OptionDescriptor<B>> |
CommandDescriptor.uOptions
. |
| Methods in org.crsh.cmdline that return OptionDescriptor | |
|---|---|
OptionDescriptor<?> |
ClassDescriptor.findOption(String name)
|
abstract OptionDescriptor<?> |
CommandDescriptor.findOption(String name)
Find an command option by its name. |
OptionDescriptor<?> |
MethodDescriptor.findOption(String name)
|
OptionDescriptor<B> |
CommandDescriptor.getOption(String name)
Returns a command option by its name. |
| Methods in org.crsh.cmdline that return types with arguments of type OptionDescriptor | |
|---|---|
Collection<OptionDescriptor<B>> |
CommandDescriptor.getOptions()
Returns the command options. |
| Uses of OptionDescriptor in org.crsh.cmdline.matcher |
|---|
| Constructors in org.crsh.cmdline.matcher with parameters of type OptionDescriptor | |
|---|---|
OptionMatch(OptionDescriptor<B> parameter,
List<String> names,
List<LiteralValue> values)
|
|
OptionMatch(OptionDescriptor<B> parameter,
String name,
List<LiteralValue> values)
|
|
| Uses of OptionDescriptor in org.crsh.cmdline.matcher.impl |
|---|
| Constructors in org.crsh.cmdline.matcher.impl with parameters of type OptionDescriptor | |
|---|---|
Event.Option(OptionDescriptor<?> descriptor,
Token.Literal.Option token,
List<Token.Literal.Word> values)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||