|
||||||||||
| 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.impl.groovy.closure |
|---|
| Subclasses of CommandInvoker in org.crsh.lang.impl.groovy.closure | |
|---|---|
class |
ClosureInvoker
|
| Uses of CommandInvoker in org.crsh.lang.impl.script |
|---|
| Methods in org.crsh.lang.impl.script that return CommandInvoker | |
|---|---|
CommandInvoker<Void,Object> |
PipeLineFactory.create(ShellSession session)
|
| Uses of CommandInvoker in org.crsh.lang.spi |
|---|
| Fields in org.crsh.lang.spi declared as CommandInvoker | |
|---|---|
CommandInvoker<Void,?> |
ReplResponse.Invoke.invoker
. |
| Constructors in org.crsh.lang.spi with parameters of type CommandInvoker | |
|---|---|
ReplResponse.Invoke(CommandInvoker<Void,?> invoker)
|
|
| Uses of CommandInvoker in org.crsh.shell.impl.command |
|---|
| Methods in org.crsh.shell.impl.command that return CommandInvoker | |
|---|---|
CommandInvoker<?,?> |
InvocationContextImpl.resolve(String s)
|
| Uses of CommandInvoker in org.crsh.shell.impl.command.pipeline |
|---|
| Subclasses of CommandInvoker in org.crsh.shell.impl.command.pipeline | |
|---|---|
class |
PipeLine
|
| 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> |
CommandMatch.getInvoker()
|
CommandInvoker<?,?> |
Command.resolveInvoker(String line)
Provides an invoker for the command line specified as a command line to parse. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||