| Package | Description |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.cli.impl.descriptor | |
| org.crsh.cli.impl.invocation | |
| org.crsh.cli.impl.lang | |
| org.crsh.lang.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> |
PipeCommandImpl.invoker |
private CommandInvoker<Instance<T>,?> |
ProducerCommandImpl.invoker |
| Modifier and Type | Method and Description |
|---|---|
private <C,P,PC extends Pipe<C,P>> |
ShellCommandImpl.getPipeInvoker(CommandInvoker<Instance<T>,PC> invoker) |
private <P> Command<Void,P> |
ShellCommandImpl.getProducerInvoker(CommandInvoker<Instance<T>,?> invoker,
Class<P> producedType) |
| Constructor and Description |
|---|
PipeCommandImpl(ShellCommandImpl<T> baseShellCommand,
CommandInvoker<Instance<T>,PC> invoker) |
ProducerCommandImpl(ShellCommandImpl<T> shellCommand,
CommandInvoker<Instance<T>,?> invoker,
Class<P> producedType) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.