| Package | Description |
|---|---|
| org.crsh.command | |
| org.crsh.command.pipeline | |
| org.crsh.lang.groovy.closure | |
| org.crsh.lang.groovy.command | |
| org.crsh.lang.script | |
| org.crsh.repl |
| 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) |
CommandInvoker<?,?> |
InvocationContext.resolve(String s)
Resolve a command invoker for the specified command line.
|
CommandInvoker<?,?> |
InvocationContextImpl.resolve(String s) |
CommandInvoker<?,?> |
BaseShellCommand.resolveInvoker(InvocationMatch<CC> match) |
CommandInvoker<?,?> |
BaseShellCommand.resolveInvoker(String line) |
CommandInvoker<?,?> |
ShellCommand.resolveInvoker(String line)
Provides an invoker for the command line specified as a command line to parse.
|
CommandInvoker<?,?> |
BaseShellCommand.resolveInvoker(String name,
Map<String,?> options,
List<?> args) |
CommandInvoker<?,?> |
ShellCommand.resolveInvoker(String name,
Map<String,?> options,
List<?> args)
Provides an invoker for the command line specified under the form of a command, options and arguments.
|
private CommandInvoker<?,?> |
BaseShellCommand.resolveInvoker2(InvocationMatch<CC> match) |
| 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 | 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<Object,Object> |
GroovyScriptShellCommand.getInvoker(String[] args) |
CommandInvoker<?,?> |
GroovyScriptShellCommand.resolveInvoker(String line) |
CommandInvoker<?,?> |
GroovyScriptShellCommand.resolveInvoker(String name,
Map<String,?> options,
List<?> args) |
| 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) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.