| Package | Description |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.cli.impl.invocation | |
| org.crsh.cli.impl.lang |
| Modifier and Type | Method and Description |
|---|---|
Object |
ArgumentDescriptor.parse(List<String> values) |
Object |
OptionDescriptor.parse(List<String> values) |
abstract Object |
ParameterDescriptor.parse(List<String> values) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ParameterMatch.computeValue()
Compute the value from the parameter metadata and the values list.
|
V |
CommandInvoker.invoke(C command) |
abstract V |
CommandInvoker.invoke(Resolver resolver,
C command) |
Object |
InvocationMatch.invoke(Resolver resolver,
T command) |
Object |
InvocationMatch.invoke(T command) |
InvocationMatch<T> |
InvocationMatcher.match(String s) |
InvocationMatch<T> |
InvocationMatcher.match(String name,
Map<String,?> options,
List<?> arguments) |
private InvocationMatch<T> |
InvocationMatcher.match(Tokenizer tokenizer) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
ClassDescriptor.configure(InvocationMatch<T> classMatch,
T command) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.