| 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.make() |
(package private) CommandInvoker |
CommandElement.make() |
(package private) abstract CommandInvoker |
PipeLineElement.make() |
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 |
CommandImpl.BaseInvoker |
| Modifier and Type | Method and Description |
|---|---|
CommandInvoker<C,P> |
CommandImpl.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
CommandInvoker<Void,Chunk> |
PipeLineFactory.create(ReplSession session) |
| Modifier and Type | Field and Description |
|---|---|
CommandInvoker<Void,?> |
EvalResponse.Invoke.invoker
.
|
| Constructor and Description |
|---|
EvalResponse.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 |
|---|---|
private CommandInvoker[] |
PipeLine.invokers
.
|
| Constructor and Description |
|---|
PipeLine(CommandInvoker[] invokers) |
| Modifier and Type | Method and Description |
|---|---|
abstract CommandInvoker<C,P> |
Command.getInvoker() |
CommandInvoker<?,?> |
ShellCommand.resolveInvoker(Map<String,?> options,
String subordinate,
Map<String,?> subordinateOptions,
List<?> arguments)
Provides an invoker for the command line specified in a detyped manner.
|
CommandInvoker<?,?> |
ShellCommand.resolveInvoker(String line)
Provides an invoker for the command line specified as a command line to parse.
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.