Package | Description |
---|---|
org.crsh.cli.descriptor | |
org.crsh.cli.impl.invocation | |
org.crsh.cli.impl.lang |
Modifier and Type | Method and Description |
---|---|
Object |
OptionDescriptor.parse(List<String> values) |
abstract Object |
ParameterDescriptor.parse(List<String> values) |
Object |
ArgumentDescriptor.parse(List<String> values) |
Modifier and Type | Method and Description |
---|---|
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(Iterable<Token> tokens) |
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) |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
MethodDescriptor.bind(InvocationMatch<?> match,
Iterable<ParameterDescriptor> parameters,
Object target,
Object[] args) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.