Modifier and Type | Method and Description |
---|---|
CommandInvoker<?,?> |
InvocationContext.resolve(String s)
Resolve a command invoker for the specified command line.
|
Modifier and Type | Class and Description |
---|---|
class |
ClosureInvoker |
Modifier and Type | Method and Description |
---|---|
(package private) CommandInvoker |
ClosureElement.create() |
(package private) CommandInvoker |
CommandElement.create() |
(package private) abstract CommandInvoker |
PipeLineElement.create() |
CommandInvoker<?,?> |
PipeLineInvocationContext.resolve(String s) |
Modifier and Type | Method and Description |
---|---|
(package private) LinkedList<CommandInvoker> |
PipeLineClosure.resolve2(Object[] args) |
Modifier and Type | Method and Description |
---|---|
private CommandInvoker<Void,Object> |
GroovyScriptShellCommand.getInvoker(String[] args) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
BaseCommandMatch.BaseInvoker |
Modifier and Type | Method and Description |
---|---|
CommandInvoker<C,P> |
BaseCommandMatch.getInvoker() |
Modifier and Type | Method and Description |
---|---|
CommandInvoker<Void,Object> |
PipeLineFactory.create(ShellSession session) |
Modifier and Type | Field and Description |
---|---|
CommandInvoker<Void,?> |
ReplResponse.Invoke.invoker
.
|
Constructor and Description |
---|
ReplResponse.Invoke(CommandInvoker<Void,?> invoker) |
Modifier and Type | Field and Description |
---|---|
private CommandInvoker<Void,?> |
CRaSHCommandProcess.command
.
|
Modifier and Type | Method and Description |
---|---|
CommandInvoker<?,?> |
InvocationContextImpl.resolve(String s) |
Constructor and Description |
---|
CRaSHCommandProcess(CRaSHSession session,
String request,
CommandInvoker<Void,?> command) |
Modifier and Type | Class and Description |
---|---|
class |
PipeLine |
Modifier and Type | Field and Description |
---|---|
(package private) CommandInvoker<C,P> |
CommandInvokerAdapter.command
.
|
private CommandInvoker[] |
PipeLine.invokers
.
|
Constructor and Description |
---|
CommandInvokerAdapter(CommandInvoker<C,P> command,
Class<C> consumedType,
Class<P> producedType) |
PipeLine(CommandInvoker[] invokers) |
Modifier and Type | Method and Description |
---|---|
abstract CommandInvoker<C,P> |
CommandMatch.getInvoker() |
CommandInvoker<?,?> |
Command.resolveInvoker(String line)
Provides an invoker for the command line specified as a command line to parse.
|
Copyright © 2015 eXo Platform SAS. All Rights Reserved.