|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CommandDescriptor in org.crsh.cli.descriptor |
|---|
| Methods in org.crsh.cli.descriptor that return CommandDescriptor | |
|---|---|
abstract CommandDescriptor<T> |
CommandDescriptor.getOwner()
|
abstract CommandDescriptor<T> |
CommandDescriptor.getSubordinate(String name)
|
| Methods in org.crsh.cli.descriptor that return types with arguments of type CommandDescriptor | |
|---|---|
abstract Map<String,? extends CommandDescriptor<T>> |
CommandDescriptor.getSubordinates()
Returns the command subordinates as a map. |
| Uses of CommandDescriptor in org.crsh.cli.impl.completion |
|---|
| Fields in org.crsh.cli.impl.completion declared as CommandDescriptor | |
|---|---|
private CommandDescriptor<T> |
CommandCompletion.descriptor
. |
private CommandDescriptor<T> |
CompletionMatcher.descriptor
. |
private CommandDescriptor<T> |
OptionCompletion.descriptor
. |
| Methods in org.crsh.cli.impl.completion with parameters of type CommandDescriptor | |
|---|---|
private Completion |
CompletionMatcher.argument(CommandDescriptor<?> method,
Completer completer)
|
| Constructors in org.crsh.cli.impl.completion with parameters of type CommandDescriptor | |
|---|---|
CommandCompletion(CommandDescriptor<T> descriptor,
String mainName,
String prefix,
Delimiter delimiter)
|
|
CompletionMatcher(CommandDescriptor<T> descriptor)
|
|
CompletionMatcher(String mainName,
CommandDescriptor<T> descriptor)
|
|
OptionCompletion(CommandDescriptor<T> descriptor,
Token.Literal.Option prefix)
|
|
| Uses of CommandDescriptor in org.crsh.cli.impl.descriptor |
|---|
| Subclasses of CommandDescriptor in org.crsh.cli.impl.descriptor | |
|---|---|
class |
CommandDescriptorImpl<T>
|
class |
HelpDescriptor<T>
|
| Methods in org.crsh.cli.impl.descriptor that return CommandDescriptor | |
|---|---|
CommandDescriptor<T> |
HelpDescriptor.getDelegate()
|
CommandDescriptor<T> |
Help.getDescriptor()
|
CommandDescriptor<T> |
HelpDescriptor.getOwner()
|
| Uses of CommandDescriptor in org.crsh.cli.impl.invocation |
|---|
| Methods in org.crsh.cli.impl.invocation that return CommandDescriptor | |
|---|---|
CommandDescriptor<T> |
InvocationMatch.getDescriptor()
|
| Uses of CommandDescriptor in org.crsh.cli.impl.lang |
|---|
| Subclasses of CommandDescriptor in org.crsh.cli.impl.lang | |
|---|---|
(package private) class |
ClassDescriptor<T>
|
(package private) class |
MethodDescriptor<T>
|
| Methods in org.crsh.cli.impl.lang that return CommandDescriptor | |
|---|---|
CommandDescriptor<T> |
ClassDescriptor.getOwner()
|
CommandDescriptor<T> |
MethodDescriptor.getOwner()
|
| Uses of CommandDescriptor in org.crsh.cli.impl.parser |
|---|
| Fields in org.crsh.cli.impl.parser declared as CommandDescriptor | |
|---|---|
protected CommandDescriptor<?> |
Event.Parameter.command
. |
private CommandDescriptor<T> |
Parser.command
. |
(package private) CommandDescriptor<T> |
Status.Request.command
. |
(package private) CommandDescriptor<T> |
Status.Response.command
. |
private CommandDescriptor<?> |
Event.Subordinate.descriptor
. |
| Methods in org.crsh.cli.impl.parser that return CommandDescriptor | |
|---|---|
CommandDescriptor<?> |
Event.Parameter.getCommand()
|
CommandDescriptor<?> |
Event.Subordinate.getDescriptor()
|
| Constructors in org.crsh.cli.impl.parser with parameters of type CommandDescriptor | |
|---|---|
Event.Argument(CommandDescriptor<?> command,
ArgumentDescriptor descriptor,
List<Token.Literal> values)
|
|
Event.Option(CommandDescriptor<?> command,
OptionDescriptor descriptor,
Token.Literal.Option token,
List<Token.Literal.Word> values)
|
|
Event.Parameter(CommandDescriptor<?> command,
D parameter,
List<T> values)
|
|
Event.Subordinate.Explicit(CommandDescriptor<?> descriptor,
Token.Literal.Word token)
|
|
Event.Subordinate.Implicit(CommandDescriptor<?> descriptor,
Token.Literal trigger)
|
|
Event.Subordinate(CommandDescriptor<?> descriptor)
|
|
Parser(Tokenizer tokenizer,
CommandDescriptor<T> command,
String mainName,
Mode mode)
|
|
Status.Request(Mode mode,
String mainName,
Tokenizer tokenizer,
CommandDescriptor<T> command)
|
|
| Uses of CommandDescriptor in org.crsh.command |
|---|
| Methods in org.crsh.command that return CommandDescriptor | |
|---|---|
CommandDescriptor<?> |
BaseCommand.getDescriptor()
Returns the command descriptor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||