| Modifier and Type | Method and Description |
|---|---|
abstract CommandDescriptor<T> |
CommandDescriptor.getOwner() |
abstract CommandDescriptor<T> |
CommandDescriptor.getSubordinate(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,? extends CommandDescriptor<T>> |
CommandDescriptor.getSubordinates()
Returns the command subordinates as a map.
|
| Modifier and Type | Field and Description |
|---|---|
private CommandDescriptor<T> |
CommandCompletion.descriptor
.
|
private CommandDescriptor<T> |
CompletionMatcher.descriptor
.
|
private CommandDescriptor<T> |
OptionCompletion.descriptor
.
|
| Modifier and Type | Method and Description |
|---|---|
private Completion |
CompletionMatcher.argument(CommandDescriptor<?> method,
Completer completer) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandDescriptorImpl<T> |
class |
HelpDescriptor<T> |
| Modifier and Type | Method and Description |
|---|---|
CommandDescriptor<T> |
HelpDescriptor.getDelegate() |
CommandDescriptor<T> |
Help.getDescriptor() |
CommandDescriptor<T> |
HelpDescriptor.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
CommandDescriptor<T> |
InvocationMatch.getDescriptor() |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ClassDescriptor<T> |
(package private) class |
MethodDescriptor<T> |
| Modifier and Type | Method and Description |
|---|---|
CommandDescriptor<T> |
ClassDescriptor.getOwner() |
CommandDescriptor<T> |
MethodDescriptor.getOwner() |
| Modifier and Type | Field and Description |
|---|---|
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
.
|
| Modifier and Type | Method and Description |
|---|---|
CommandDescriptor<?> |
Event.Parameter.getCommand() |
CommandDescriptor<?> |
Event.Subordinate.getDescriptor() |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
CommandDescriptor<? extends BaseCommand> |
BaseShellCommand.getDescriptor() |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.