|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandContext | |
|---|---|
| org.crsh.command | |
| org.crsh.command.pipeline | |
| org.crsh.lang.groovy.closure | |
| org.crsh.lang.groovy.shell | |
| org.crsh.shell.impl.command | |
| Uses of CommandContext in org.crsh.command |
|---|
| Subinterfaces of CommandContext in org.crsh.command | |
|---|---|
interface |
InvocationContext<P>
|
| Classes in org.crsh.command that implement CommandContext | |
|---|---|
class |
InvocationContextImpl<P>
|
| Fields in org.crsh.command declared as CommandContext | |
|---|---|
private CommandContext<P> |
InvocationContextImpl.commandContext
. |
| Methods in org.crsh.command with parameters of type CommandContext | |
|---|---|
void |
CommandInvoker.invoke(CommandContext<? super P> consumer)
Invoke the command. |
| Constructors in org.crsh.command with parameters of type CommandContext | |
|---|---|
InvocationContextImpl(CommandContext<P> commandContext)
|
|
| Uses of CommandContext in org.crsh.command.pipeline |
|---|
| Classes in org.crsh.command.pipeline with type parameters of type CommandContext | |
|---|---|
class |
AbstractPipe<C,P,CONS extends CommandContext<? super P>>
|
class |
ConvertingPipe<C,P,CONS extends CommandContext<? super P>>
|
class |
ToChunkPipe<C,CONS extends CommandContext<? super Chunk>>
|
| Classes in org.crsh.command.pipeline that implement CommandContext | |
|---|---|
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>>
|
| Fields in org.crsh.command.pipeline declared as CommandContext | |
|---|---|
protected CONS |
AbstractPipe.consumer
. |
protected CommandContext<P> |
PipeLineElement.context
. |
private CommandContext<?> |
PipeLine.current
. |
| Fields in org.crsh.command.pipeline with type parameters of type CommandContext | |
|---|---|
(package private) Filter<C,P,CommandContext<P>> |
PipeLineElement.command
. |
| Methods in org.crsh.command.pipeline that return CommandContext | |
|---|---|
private CommandContext |
PipeLine.open(int index,
CommandContext last)
|
| Methods in org.crsh.command.pipeline with parameters of type CommandContext | |
|---|---|
void |
PipeLine.open(CommandContext<? super Chunk> consumer)
|
void |
PipeLineElement.open(CommandContext<P> consumer)
|
private CommandContext |
PipeLine.open(int index,
CommandContext last)
|
| Constructor parameters in org.crsh.command.pipeline with type arguments of type CommandContext | |
|---|---|
PipeLineElement(Filter<C,P,CommandContext<P>> command)
|
|
| Uses of CommandContext in org.crsh.lang.groovy.closure |
|---|
| Classes in org.crsh.lang.groovy.closure that implement CommandContext | |
|---|---|
(package private) class |
PipeLineInvocationContext
|
| Fields in org.crsh.lang.groovy.closure declared as CommandContext | |
|---|---|
private CommandContext<? super Object> |
ClosureInvoker.consumer
. |
private CommandContext |
ClosureDelegate.context
. |
| Methods in org.crsh.lang.groovy.closure that return CommandContext | |
|---|---|
CommandContext |
ClosureDelegate.getContext()
|
| Methods in org.crsh.lang.groovy.closure with parameters of type CommandContext | |
|---|---|
void |
ClosureInvoker.open(CommandContext<? super Object> consumer)
|
| Constructors in org.crsh.lang.groovy.closure with parameters of type CommandContext | |
|---|---|
ClosureDelegate(CommandContext context,
Object owner)
|
|
| Uses of CommandContext in org.crsh.lang.groovy.shell |
|---|
| Fields in org.crsh.lang.groovy.shell declared as CommandContext | |
|---|---|
private CommandContext<Object> |
ShellBinding.current
. |
private CommandContext<Object> |
ShellBinding.proxy
|
| Methods in org.crsh.lang.groovy.shell that return CommandContext | |
|---|---|
CommandContext<Object> |
ShellBinding.getCurrent()
|
| Methods in org.crsh.lang.groovy.shell with parameters of type CommandContext | |
|---|---|
void |
ShellBinding.setCurrent(CommandContext<Object> current)
|
| Uses of CommandContext in org.crsh.shell.impl.command |
|---|
| Classes in org.crsh.shell.impl.command that implement CommandContext | |
|---|---|
(package private) class |
CRaSHProcessContext
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||