|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuntimeContext | |
|---|---|
| org.crsh.command | |
| org.crsh.command.pipeline | |
| org.crsh.lang.groovy.closure | |
| 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.command.pipeline |
|---|
| Classes in org.crsh.command.pipeline that implement RuntimeContext | |
|---|---|
class |
AbstractPipe<C,P,CONS extends CommandContext<? super P>>
|
class |
ConvertingPipe<C,P,CONS extends CommandContext<? super P>>
|
(package private) class |
PipeLineElement<C,P>
|
class |
ToChunkPipe<C,CONS extends CommandContext<? super Chunk>>
|
| Uses of RuntimeContext in org.crsh.lang.groovy.closure |
|---|
| Classes in org.crsh.lang.groovy.closure that implement RuntimeContext | |
|---|---|
(package private) class |
PipeLineInvocationContext
|
| Uses of RuntimeContext in org.crsh.lang.groovy.command |
|---|
| 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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||