|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandContext | |
---|---|
org.crsh.command | |
org.crsh.command.impl | |
org.crsh.shell.impl |
Uses of CommandContext in org.crsh.command |
---|
Subinterfaces of CommandContext in org.crsh.command | |
---|---|
interface |
InvocationContext<C,P>
The invocation context provided to a command during the invocation phase. |
Classes in org.crsh.command that implement CommandContext | |
---|---|
(package private) class |
InnerInvocationContext<P>
|
Fields in org.crsh.command declared as CommandContext | |
---|---|
private CommandContext |
CRaSHCommand.context
. |
private CommandContext |
GroovyScriptCommand.context
. |
Methods in org.crsh.command that return CommandContext | |
---|---|
protected CommandContext |
CRaSHCommand.getContext()
|
protected abstract CommandContext |
GroovyCommand.getContext()
|
Methods in org.crsh.command with parameters of type CommandContext | |
---|---|
CommandCompletion |
CRaSHCommand.complete(CommandContext context,
String line)
|
CommandCompletion |
GroovyScriptCommand.complete(CommandContext context,
String line)
|
CommandCompletion |
ShellCommand.complete(CommandContext context,
String line)
Provide completions for the specified arguments. |
Uses of CommandContext in org.crsh.command.impl |
---|
Classes in org.crsh.command.impl that implement CommandContext | |
---|---|
class |
BaseCommandContext
|
class |
BaseInvocationContext<C,P>
|
Uses of CommandContext in org.crsh.shell.impl |
---|
Classes in org.crsh.shell.impl that implement CommandContext | |
---|---|
(package private) class |
InvocationContextImpl<C,P>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |