|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandInvoker | |
|---|---|
| org.crsh.command | |
| org.crsh.command.pipeline | |
| org.crsh.lang.groovy.closure | |
| org.crsh.lang.groovy.command | |
| org.crsh.lang.script | |
| org.crsh.repl | |
| 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. |
CommandInvoker<?,?> |
InvocationContextImpl.resolve(String s)
|
CommandInvoker<?,?> |
BaseCommand.resolveInvoker(InvocationMatch<BaseCommand> match)
|
CommandInvoker<?,?> |
BaseCommand.resolveInvoker(String line)
|
CommandInvoker<?,?> |
ShellCommand.resolveInvoker(String line)
Provides an invoker for the command line specified as a command line to parse. |
CommandInvoker<?,?> |
BaseCommand.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. |
| Uses of CommandInvoker in org.crsh.command.pipeline |
|---|
| Subclasses of CommandInvoker in org.crsh.command.pipeline | |
|---|---|
class |
PipeLine
|
| Fields in org.crsh.command.pipeline declared as CommandInvoker | |
|---|---|
private CommandInvoker[] |
PipeLine.invokers
. |
| Constructors in org.crsh.command.pipeline with parameters of type CommandInvoker | |
|---|---|
PipeLine(CommandInvoker[] invokers)
|
|
| 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 |
|---|
| Fields in org.crsh.lang.groovy.command declared as CommandInvoker | |
|---|---|
private CommandInvoker<Object,Object> |
GroovyScriptCommand.invoker
|
| Methods in org.crsh.lang.groovy.command that return CommandInvoker | |
|---|---|
CommandInvoker<?,?> |
GroovyScriptCommand.resolveInvoker(String line)
|
CommandInvoker<?,?> |
GroovyScriptCommand.resolveInvoker(String name,
Map<String,?> options,
List<?> args)
|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||