| 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 | Method and Description |
|---|---|
CommandInvoker<T,?> |
InvocationMatch.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
private <P> CommandInvoker<Void,P> |
BaseShellCommand.getInvoker(CommandInvoker<CC,?> invoker,
CC instance,
Class<P> _producedType,
Resolver resolver) |
private <C,P,PC extends PipeCommand<C,P>> |
BaseShellCommand.getPipeCommandInvoker(CommandInvoker<CC,PC> invoker,
CC instance,
Resolver resolver) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.