|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuntimeContext | |
|---|---|
| org.crsh.command | |
| org.crsh.lang.groovy.command | |
| org.crsh.shell.impl.command | |
| Uses of RuntimeContext in org.crsh.command |
|---|
| Subinterfaces of RuntimeContext in org.crsh.command | |
|---|---|
interface |
CommandContext<P>
The command context provides the services for invoking a command. |
interface |
InvocationContext<P>
|
| Classes in org.crsh.command that implement RuntimeContext | |
|---|---|
class |
BaseRuntimeContext
|
class |
InvocationContextImpl<P>
|
| Fields in org.crsh.command declared as RuntimeContext | |
|---|---|
protected RuntimeContext |
AbstractCommand.context
The current context. |
| Methods in org.crsh.command with parameters of type RuntimeContext | |
|---|---|
CompletionMatch |
BaseCommand.complete(RuntimeContext context,
String line)
|
CompletionMatch |
ShellCommand.complete(RuntimeContext context,
String line)
Provide completions for the specified arguments. |
| Uses of RuntimeContext in org.crsh.lang.groovy.command |
|---|
| Classes in org.crsh.lang.groovy.command that implement RuntimeContext | |
|---|---|
(package private) class |
InnerInvocationContext<P>
|
| Methods in org.crsh.lang.groovy.command with parameters of type RuntimeContext | |
|---|---|
CompletionMatch |
GroovyScriptCommand.complete(RuntimeContext context,
String line)
|
| Uses of RuntimeContext in org.crsh.shell.impl.command |
|---|
| Classes in org.crsh.shell.impl.command that implement RuntimeContext | |
|---|---|
(package private) class |
CRaSHProcessContext
|
class |
CRaSHSession
|
(package private) class |
Pipe<C,P>
|
(package private) class |
PipeFilter<C,P>
|
(package private) static class |
PipeFilter.Chunkizer
|
(package private) static class |
PipeFilter.Noop<P>
|
(package private) static class |
PipeFilter.Sink<P>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||