|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandInvoker | |
---|---|
org.crsh.command | |
org.crsh.shell.impl |
Uses of CommandInvoker in org.crsh.command |
---|
Classes in org.crsh.command that implement CommandInvoker | |
---|---|
class |
GroovyScriptCommand
This class provides the base class for Groovy scripts. |
Methods in org.crsh.command that return CommandInvoker | |
---|---|
CommandInvoker<?,?> |
CRaSHCommand.createInvoker(String line)
|
CommandInvoker<?,?> |
GroovyScriptCommand.createInvoker(String line)
|
CommandInvoker<?,?> |
ShellCommand.createInvoker(String line)
Provides an invoker for the specified arguments. |
Uses of CommandInvoker in org.crsh.shell.impl |
---|
Fields in org.crsh.shell.impl declared as CommandInvoker | |
---|---|
private CommandInvoker |
AST.Term.invoker
. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |