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