InvocationMatch<T> |
InvocationMatcher.arguments(List<?> arguments) |
Object |
ParameterMatch.computeValue()
Compute the value from the parameter metadata and the values list.
|
abstract V |
CommandInvoker.invoke(C command) |
Object |
InvocationMatch.invoke(T command) |
private InvocationMatch<T> |
InvocationMatcher.match(Tokenizer tokenizer) |
InvocationMatcher<T> |
InvocationMatcher.option(String optionName,
List<?> optionValue) |
InvocationMatcher<T> |
InvocationMatcher.options(Map<String,List<?>> options) |
InvocationMatch<T> |
InvocationMatcher.parse(String s) |
InvocationMatcher<T> |
InvocationMatcher.subordinate(String name) |