|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvocationContext | |
|---|---|
| org.crsh.command | |
| org.crsh.shell.impl | |
| Uses of InvocationContext in org.crsh.command |
|---|
| Fields in org.crsh.command declared as InvocationContext | |
|---|---|
private InvocationContext<C,P> |
BaseCommand.context
. |
| Methods in org.crsh.command that return InvocationContext | |
|---|---|
protected InvocationContext<?,?> |
BaseCommand.getContext()
|
| Methods in org.crsh.command with parameters of type InvocationContext | |
|---|---|
protected abstract void |
BaseCommand.execute(InvocationContext<C,P> context)
|
protected void |
ClassCommand.execute(InvocationContext<Void,Void> context)
|
void |
BaseCommand.invoke(InvocationContext<C,P> context)
|
void |
CommandInvoker.invoke(InvocationContext<C,P> context)
|
| Uses of InvocationContext in org.crsh.shell.impl |
|---|
| Classes in org.crsh.shell.impl that implement InvocationContext | |
|---|---|
(package private) class |
InvocationContextImpl<C,P>
|
| Methods in org.crsh.shell.impl with parameters of type InvocationContext | |
|---|---|
void |
GroovyScriptCommand.invoke(InvocationContext<Void,Void> context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||