|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandContext | |
|---|---|
| org.crsh.command | |
| 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. |
| Fields in org.crsh.command declared as CommandContext | |
|---|---|
private CommandContext |
CRaSHCommand.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 | |
|---|---|
Map<String,String> |
CRaSHCommand.complete(CommandContext context,
String line)
|
Map<String,String> |
ShellCommand.complete(CommandContext context,
String line)
Provide completions for the specified arguments. |
| Uses of CommandContext in org.crsh.shell.impl |
|---|
| Classes in org.crsh.shell.impl that implement CommandContext | |
|---|---|
class |
AbstractInvocationContext<C,P>
|
(package private) class |
CommandContextImpl
|
(package private) class |
InvocationContextImpl<C,P>
|
| Methods in org.crsh.shell.impl with parameters of type CommandContext | |
|---|---|
Map<String,String> |
GroovyScriptCommand.complete(CommandContext context,
String line)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||