|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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>
|
| Fields in org.crsh.command declared as RuntimeContext | |
|---|---|
RuntimeContext |
AbstractCommand.context
The current context : need to find a way to make not that public. |
| 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 | |
|---|---|
protected Completer |
GroovyScriptShellCommand.getCompleter(RuntimeContext context)
|
| Uses of RuntimeContext in org.crsh.lang.java |
|---|
| Methods in org.crsh.lang.java with parameters of type RuntimeContext | |
|---|---|
protected Completer |
ShellCommandImpl.getCompleter(RuntimeContext context)
|
| 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
|
class |
InvocationContextImpl<P>
|
class |
RuntimeContextImpl
|
| Uses of RuntimeContext in org.crsh.shell.impl.command.pipeline |
|---|
| Classes in org.crsh.shell.impl.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.shell.impl.command.spi |
|---|
| Methods in org.crsh.shell.impl.command.spi with parameters of type RuntimeContext | |
|---|---|
CompletionMatch |
ShellCommand.complete(RuntimeContext context,
String line)
Provide completions for the specified arguments. |
protected abstract Completer |
ShellCommand.getCompleter(RuntimeContext context)
Returns a completer for this command. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||