|
||||||||||
| 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 |
BaseCommand<C,P>
The base command. |
class |
ClassCommand
The class command is a specialization of the BaseCommand for simple command implementations. |
| Methods in org.crsh.command that return CommandInvoker | |
|---|---|
CommandInvoker<?,?> |
BaseCommand.createInvoker(String line)
|
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 | |||||||||