|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SyntaxException | |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.cli.impl.invocation | |
| Uses of SyntaxException in org.crsh.cli.descriptor |
|---|
| Methods in org.crsh.cli.descriptor that throw SyntaxException | |
|---|---|
Object |
ArgumentDescriptor.parse(List<String> values)
|
Object |
OptionDescriptor.parse(List<String> values)
|
abstract Object |
ParameterDescriptor.parse(List<String> values)
|
| Uses of SyntaxException in org.crsh.cli.impl.invocation |
|---|
| Methods in org.crsh.cli.impl.invocation that throw SyntaxException | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||