Modifier and Type | Method and Description |
---|---|
abstract CommandInvoker<T,?> |
CommandDescriptor.getInvoker(InvocationMatch<T> match) |
Modifier and Type | Method and Description |
---|---|
CommandInvoker<T,?> |
HelpDescriptor.getInvoker(InvocationMatch<T> match) |
Modifier and Type | Field and Description |
---|---|
private InvocationMatch<C> |
CommandInvoker.match
.
|
private InvocationMatch<T> |
InvocationMatch.owner
.
|
Modifier and Type | Method and Description |
---|---|
InvocationMatch<T> |
InvocationMatcher.arguments(List<?> arguments) |
InvocationMatch<C> |
CommandInvoker.getMatch() |
private InvocationMatch<T> |
InvocationMatcher.match(Iterable<Token> tokens) |
private InvocationMatch<T> |
InvocationMatcher.match(Tokenizer tokenizer) |
InvocationMatch<T> |
InvocationMatch.owner() |
InvocationMatch<T> |
InvocationMatcher.parse(String s) |
InvocationMatch<T> |
InvocationMatch.subordinate(String name) |
Constructor and Description |
---|
CommandInvoker(InvocationMatch<C> match) |
InvocationMatch(InvocationMatch<T> owner,
CommandDescriptor<T> descriptor) |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
MethodDescriptor.bind(InvocationMatch<?> match,
Iterable<ParameterDescriptor> parameters,
Object target,
Object[] args) |
CommandInvoker<Instance<T>,?> |
MethodDescriptor.getInvoker(InvocationMatch<Instance<T>> match) |
ObjectCommandInvoker<T,?> |
ClassDescriptor.getInvoker(InvocationMatch<Instance<T>> match) |
private <V> ObjectCommandInvoker<T,V> |
MethodDescriptor.getInvoker2(InvocationMatch<Instance<T>> match,
Class<V> returnType) |
Constructor and Description |
---|
ObjectCommandInvoker(InvocationMatch<Instance<T>> match) |
Modifier and Type | Method and Description |
---|---|
protected CommandMatch<?,?> |
GroovyScriptShellCommand.resolve(InvocationMatch<Instance<T>> match) |
Modifier and Type | Method and Description |
---|---|
protected CommandMatch<?,?> |
ClassShellCommand.resolve(InvocationMatch<Instance<T>> match) |
Modifier and Type | Method and Description |
---|---|
String |
Command.describe(InvocationMatch<T> match,
Format format) |
protected abstract CommandMatch<?,?> |
Command.resolve(InvocationMatch<T> match)
Resolve the real match for a specified invocation match.
|
Copyright © 2015 eXo Platform SAS. All Rights Reserved.