Package | Description |
---|---|
org.crsh.cli.descriptor | |
org.crsh.cli.impl.descriptor | |
org.crsh.cli.impl.invocation | |
org.crsh.cli.impl.lang | |
org.crsh.lang.impl.java |
Modifier and Type | Method and Description |
---|---|
abstract CommandInvoker<T,?> |
CommandDescriptor.getInvoker(InvocationMatch<T> match) |
Modifier and Type | Method and Description |
---|---|
CommandInvoker<T,?> |
HelpDescriptor.getInvoker(InvocationMatch<T> match) |
Modifier and Type | Method and Description |
---|---|
CommandInvoker<T,?> |
InvocationMatch.getInvoker() |
Modifier and Type | Class and Description |
---|---|
class |
ObjectCommandInvoker<T,V> |
Modifier and Type | Method and Description |
---|---|
CommandInvoker<Instance<T>,?> |
MethodDescriptor.getInvoker(InvocationMatch<Instance<T>> match) |
Modifier and Type | Field and Description |
---|---|
private CommandInvoker<Instance<T>,PC> |
PipeCommandMatch.invoker
.
|
private CommandInvoker<Instance<T>,?> |
ProducerCommandMatch.invoker
.
|
Modifier and Type | Method and Description |
---|---|
private <C,P,PC extends Pipe<C,P>> |
ClassShellCommand.getPipeInvoker(CommandInvoker<Instance<T>,PC> invoker) |
private <P> CommandMatch<Void,P> |
ClassShellCommand.getProducerInvoker(CommandInvoker<Instance<T>,?> invoker,
Class<P> producedType) |
Constructor and Description |
---|
PipeCommandMatch(ClassShellCommand<T> baseShellCommand,
CommandInvoker<Instance<T>,PC> invoker) |
ProducerCommandMatch(ClassShellCommand<T> shellCommand,
CommandInvoker<Instance<T>,?> invoker,
Class<P> producedType) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.