|
||||||||||
| 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. |
| Methods in org.crsh.command that return CommandContext | |
|---|---|
protected abstract CommandContext |
GroovyCommand.getContext()
|
protected CommandContext |
CRaSHCommand.getContext()
|
| Methods in org.crsh.command with parameters of type CommandContext | |
|---|---|
Map<String,String> |
ShellCommand.complete(CommandContext context,
String line)
Provide completions for the specified arguments. |
Map<String,String> |
CRaSHCommand.complete(CommandContext context,
String line)
|
Map<String,String> |
BaseCommand.complete(CommandContext context,
String line)
|
| Uses of CommandContext in org.crsh.shell.impl |
|---|
| 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 | |||||||||