|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandContext | |
|---|---|
| org.crsh.command | |
| org.crsh.lang.groovy.command | |
| 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
. |
private CommandContext<P> |
PipeCommandProxy.innerContext
. |
| Methods in org.crsh.command with parameters of type CommandContext | |
|---|---|
void |
PipeCommandProxy.open(CommandContext<P> consumer)
|
| Constructors in org.crsh.command with parameters of type CommandContext | |
|---|---|
InvocationContextImpl(CommandContext<P> commandContext)
|
|
PipeCommandProxy(CommandContext<P> innerContext,
CommandInvoker<C,P> delegate,
Consumer<C> next)
|
|
| Uses of CommandContext in org.crsh.lang.groovy.command |
|---|
| Classes in org.crsh.lang.groovy.command that implement CommandContext | |
|---|---|
(package private) class |
InnerInvocationContext<P>
|
| Methods in org.crsh.lang.groovy.command with parameters of type CommandContext | |
|---|---|
void |
GroovyScriptCommand.open(CommandContext<Object> consumer)
|
| Uses of CommandContext in org.crsh.shell.impl.command |
|---|
| Classes in org.crsh.shell.impl.command that implement CommandContext | |
|---|---|
(package private) class |
CRaSHProcessContext
|
(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>
|
| Fields in org.crsh.shell.impl.command declared as CommandContext | |
|---|---|
protected CommandContext<P> |
Pipe.context
. |
protected CommandContext<P> |
PipeFilter.context
. |
| Methods in org.crsh.shell.impl.command that return CommandContext | |
|---|---|
private CommandContext |
PipeLine.open(int index,
CommandContext last)
|
| Methods in org.crsh.shell.impl.command with parameters of type CommandContext | |
|---|---|
void |
PipeFilter.Chunkizer.open(CommandContext<Chunk> consumer)
|
void |
PipeLine.open(CommandContext<Chunk> consumer)
|
void |
Pipe.open(CommandContext<P> consumer)
|
void |
PipeFilter.Noop.open(CommandContext<P> consumer)
|
void |
PipeFilter.Sink.open(CommandContext<P> consumer)
|
private CommandContext |
PipeLine.open(int index,
CommandContext last)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||