|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CommandInvoker in org.crsh.command |
|---|
| Methods in org.crsh.command that return CommandInvoker | |
|---|---|
CommandInvoker<?,?> |
InvocationContext.resolve(String s)
Resolve a command invoker for the specified command line. |
| Uses of CommandInvoker in org.crsh.lang.groovy.closure |
|---|
| Subclasses of CommandInvoker in org.crsh.lang.groovy.closure | |
|---|---|
class |
ClosureInvoker
|
| Methods in org.crsh.lang.groovy.closure that return CommandInvoker | |
|---|---|
(package private) CommandInvoker |
ClosureElement.make()
|
(package private) CommandInvoker |
CommandElement.make()
|
(package private) abstract CommandInvoker |
PipeLineElement.make()
|
CommandInvoker<?,?> |
PipeLineInvocationContext.resolve(String s)
|
| Methods in org.crsh.lang.groovy.closure that return types with arguments of type CommandInvoker | |
|---|---|
(package private) LinkedList<CommandInvoker> |
PipeLineClosure.resolve2(Object[] args)
|
| Uses of CommandInvoker in org.crsh.lang.groovy.command |
|---|
| Methods in org.crsh.lang.groovy.command that return CommandInvoker | |
|---|---|
private CommandInvoker<Void,Object> |
GroovyScriptShellCommand.getInvoker(String[] args)
|
| Uses of CommandInvoker in org.crsh.lang.java |
|---|
| Subclasses of CommandInvoker in org.crsh.lang.java | |
|---|---|
(package private) class |
CommandImpl.BaseInvoker
|
| Methods in org.crsh.lang.java that return CommandInvoker | |
|---|---|
CommandInvoker<C,P> |
CommandImpl.getInvoker()
|
| Uses of CommandInvoker in org.crsh.lang.script |
|---|
| Methods in org.crsh.lang.script that return CommandInvoker | |
|---|---|
CommandInvoker<Void,Chunk> |
PipeLineFactory.create(ReplSession session)
|
| Uses of CommandInvoker in org.crsh.repl |
|---|
| Fields in org.crsh.repl declared as CommandInvoker | |
|---|---|
CommandInvoker<Void,?> |
EvalResponse.Invoke.invoker
. |
| Constructors in org.crsh.repl with parameters of type CommandInvoker | |
|---|---|
EvalResponse.Invoke(CommandInvoker<Void,?> invoker)
|
|
| Uses of CommandInvoker in org.crsh.shell.impl.command |
|---|
| Fields in org.crsh.shell.impl.command declared as CommandInvoker | |
|---|---|
private CommandInvoker<Void,?> |
CRaSHCommandProcess.command
. |
| Methods in org.crsh.shell.impl.command that return CommandInvoker | |
|---|---|
CommandInvoker<?,?> |
InvocationContextImpl.resolve(String s)
|
| Constructors in org.crsh.shell.impl.command with parameters of type CommandInvoker | |
|---|---|
CRaSHCommandProcess(CRaSHSession session,
String request,
CommandInvoker<Void,?> command)
|
|
| Uses of CommandInvoker in org.crsh.shell.impl.command.pipeline |
|---|
| Subclasses of CommandInvoker in org.crsh.shell.impl.command.pipeline | |
|---|---|
class |
PipeLine
|
| Fields in org.crsh.shell.impl.command.pipeline declared as CommandInvoker | |
|---|---|
private CommandInvoker[] |
PipeLine.invokers
. |
| Constructors in org.crsh.shell.impl.command.pipeline with parameters of type CommandInvoker | |
|---|---|
PipeLine(CommandInvoker[] invokers)
|
|
| Uses of CommandInvoker in org.crsh.shell.impl.command.spi |
|---|
| Methods in org.crsh.shell.impl.command.spi that return CommandInvoker | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||