|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Pipe in org.crsh.command |
|---|
| Subinterfaces of Pipe in org.crsh.command | |
|---|---|
interface |
CommandInvoker<C,P>
A command invoker. |
interface |
InvocationContext<P>
|
| Classes in org.crsh.command that implement Pipe | |
|---|---|
class |
GroovyScriptCommand
|
(package private) class |
InnerInvocationContext<P>
|
(package private) class |
InvocationContextImpl<P>
|
(package private) class |
PipeCommandProxy<C,P>
|
| Fields in org.crsh.command declared as Pipe | |
|---|---|
private Pipe<C> |
PipeCommandProxy.next
. |
| Constructors in org.crsh.command with parameters of type Pipe | |
|---|---|
PipeCommandProxy(ProducerContext<P> innerContext,
CommandInvoker<C,P> delegate,
Pipe<C> next)
|
|
| Uses of Pipe in org.crsh.io |
|---|
| Subinterfaces of Pipe in org.crsh.io | |
|---|---|
interface |
Consumer<C>
|
interface |
Filter<C,P>
|
interface |
IOContext<E>
The io context extends the pipe. |
interface |
ProducerContext<P>
|
| Uses of Pipe in org.crsh.processor.jline |
|---|
| Classes in org.crsh.processor.jline that implement Pipe | |
|---|---|
(package private) class |
JLineProcessContext
|
| Uses of Pipe in org.crsh.processor.term |
|---|
| Classes in org.crsh.processor.term that implement Pipe | |
|---|---|
(package private) class |
ProcessContext
|
class |
Processor
|
| Uses of Pipe in org.crsh.shell |
|---|
| Subinterfaces of Pipe in org.crsh.shell | |
|---|---|
interface |
ShellProcessContext
The context provided when a ShellProcess is executed. |
| Uses of Pipe in org.crsh.shell.impl.command |
|---|
| Classes in org.crsh.shell.impl.command that implement Pipe | |
|---|---|
(package private) class |
InvokerPipeFilter<C,P>
A pipe filter that invokes a command through a CommandInvoker. |
(package private) class |
PipeLine
|
(package private) class |
ProcessInvocationContext
|
(package private) class |
SinkPipeFilter<P>
|
(package private) class |
ToChunkPipeFilter
|
| Uses of Pipe in org.crsh.shell.impl.remoting |
|---|
| Classes in org.crsh.shell.impl.remoting that implement Pipe | |
|---|---|
(package private) class |
ClientProcessContext
|
| Uses of Pipe in org.crsh.term |
|---|
| Subinterfaces of Pipe in org.crsh.term | |
|---|---|
interface |
Term
|
| Uses of Pipe in org.crsh.term.console |
|---|
| Classes in org.crsh.term.console that implement Pipe | |
|---|---|
class |
ConsoleTerm
Implements the interface. |
| Uses of Pipe in org.crsh.text |
|---|
| Classes in org.crsh.text that implement Pipe | |
|---|---|
class |
ChunkAdapter
|
class |
ChunkBuffer
|
class |
RenderAppendable
|
class |
RenderWriter
|
| Fields in org.crsh.text declared as Pipe | |
|---|---|
private Pipe<Chunk> |
ChunkBuffer.out
Where we flush. |
| Methods in org.crsh.text with parameters of type Pipe | |
|---|---|
void |
ChunkBuffer.writeTo(Pipe<Chunk> writer)
|
| Constructors in org.crsh.text with parameters of type Pipe | |
|---|---|
ChunkBuffer(Pipe<Chunk> out)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||