|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProducerContext | |
|---|---|
| org.crsh.command | |
| org.crsh.io | |
| org.crsh.shell.impl.command | |
| Uses of ProducerContext in org.crsh.command |
|---|
| Subinterfaces of ProducerContext in org.crsh.command | |
|---|---|
interface |
InvocationContext<P>
|
| Classes in org.crsh.command that implement ProducerContext | |
|---|---|
(package private) class |
InnerInvocationContext<P>
|
(package private) class |
InvocationContextImpl<P>
|
| Fields in org.crsh.command declared as ProducerContext | |
|---|---|
private ProducerContext<P> |
PipeCommandProxy.innerContext
. |
private ProducerContext<P> |
InvocationContextImpl.producerContext
. |
| Methods in org.crsh.command with parameters of type ProducerContext | |
|---|---|
void |
GroovyScriptCommand.open(ProducerContext<Object> context)
|
void |
PipeCommandProxy.open(ProducerContext<P> context)
|
| Constructors in org.crsh.command with parameters of type ProducerContext | |
|---|---|
InvocationContextImpl(ProducerContext<P> producerContext)
|
|
PipeCommandProxy(ProducerContext<P> innerContext,
CommandInvoker<C,P> delegate,
Pipe<C> next)
|
|
| Uses of ProducerContext in org.crsh.io |
|---|
| Subinterfaces of ProducerContext in org.crsh.io | |
|---|---|
interface |
Filter<C,P>
|
| Methods in org.crsh.io with parameters of type ProducerContext | |
|---|---|
void |
Producer.open(ProducerContext<P> context)
Open the producer with the specified context. |
| Uses of ProducerContext in org.crsh.shell.impl.command |
|---|
| Classes in org.crsh.shell.impl.command that implement ProducerContext | |
|---|---|
(package private) class |
InvokerPipeFilter<C,P>
A pipe filter that invokes a command through a CommandInvoker. |
(package private) class |
ProcessInvocationContext
|
(package private) class |
SinkPipeFilter<P>
|
(package private) class |
ToChunkPipeFilter
|
| Fields in org.crsh.shell.impl.command declared as ProducerContext | |
|---|---|
private ProducerContext<P> |
InvokerPipeFilter.context
. |
| Methods in org.crsh.shell.impl.command with parameters of type ProducerContext | |
|---|---|
void |
PipeLine.invoke(ProducerContext<?> context)
|
void |
PipeLine.open(ProducerContext context)
|
void |
ToChunkPipeFilter.open(ProducerContext<Chunk> context)
|
void |
InvokerPipeFilter.open(ProducerContext<P> context)
|
void |
SinkPipeFilter.open(ProducerContext<P> context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||