| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandContext<P>
The command context provides the services for invoking a command.
|
interface |
InvocationContext<P> |
| Modifier and Type | Class and Description |
|---|---|
class |
Pipe<C,P>
A command pipe.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Filter<C,P,CONS extends Consumer<? super P>>
A filter is the combination of a producer and a consumer.
|
interface |
Producer<P,C extends Consumer<? super P>>
A producer that produces elements in a specific consumer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Filter<C,P,CONS extends Consumer<? super P>>
A filter is the combination of a producer and a consumer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClosureInvoker |
(package private) class |
PipeLineInvocationContext |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CommandImpl.BaseInvoker |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CRaSHProcessContext |
class |
InvocationContextImpl<P> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPipe<C,P,CONS extends CommandContext<? super P>> |
class |
ConvertingPipe<C,P,CONS extends CommandContext<? super P>> |
class |
PipeLine |
(package private) class |
PipeLineElement<C,P> |
class |
ToChunkPipe<C,CONS extends CommandContext<? super Chunk>> |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandInvoker<C,P>
A command invoker is a filter for a
CommandContext kind of consumer. |
| Modifier and Type | Class and Description |
|---|---|
class |
Processor |
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkAdapter
A
Consumer<Object> that renders the object stream to a ScreenContext. |
class |
ChunkBuffer |
| Modifier and Type | Field and Description |
|---|---|
private Consumer<Chunk> |
ChunkBuffer.out
Where we flush.
|
| Constructor and Description |
|---|
ChunkBuffer(Consumer<Chunk> out) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.