| Package | Description |
|---|---|
| org.crsh.cli.impl.descriptor | |
| org.crsh.cli.impl.invocation | |
| org.crsh.cli.impl.lang | |
| org.crsh.command |
| Modifier and Type | Method and Description |
|---|---|
abstract CommandInvoker<T,?> |
CommandDescriptorImpl.getInvoker(InvocationMatch<T> match) |
CommandInvoker<T,?> |
HelpDescriptor.getInvoker(InvocationMatch<T> match) |
| Modifier and Type | Field and Description |
|---|---|
private InvocationMatch<T> |
InvocationMatch.owner
.
|
| Modifier and Type | Method and Description |
|---|---|
abstract InvocationMatch<C> |
CommandInvoker.getMatch() |
InvocationMatch<T> |
InvocationMatcher.match(String s) |
InvocationMatch<T> |
InvocationMatcher.match(String name,
Map<String,?> options,
List<?> arguments) |
private InvocationMatch<T> |
InvocationMatcher.match(Tokenizer tokenizer) |
InvocationMatch<T> |
InvocationMatch.owner() |
InvocationMatch<T> |
InvocationMatch.subordinate(String name) |
| Constructor and Description |
|---|
InvocationMatch(InvocationMatch<T> owner,
CommandDescriptorImpl<T> descriptor) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
ClassDescriptor.configure(InvocationMatch<T> classMatch,
T command) |
CommandInvoker<T,?> |
ClassDescriptor.getInvoker(InvocationMatch<T> match) |
CommandInvoker<T,?> |
MethodDescriptor.getInvoker(InvocationMatch<T> match) |
private <V> CommandInvoker<T,V> |
MethodDescriptor.getInvoker2(InvocationMatch<T> _match,
Class<V> returnType) |
| Modifier and Type | Method and Description |
|---|---|
CommandInvoker<?,?> |
BaseShellCommand.resolveInvoker(InvocationMatch<CC> match) |
private CommandInvoker<?,?> |
BaseShellCommand.resolveInvoker2(InvocationMatch<CC> match) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.