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 | Class and Description |
---|---|
class |
ClosureInvoker |
(package private) class |
PipeLineInvocationContext |
Modifier and Type | Class and Description |
---|---|
(package private) class |
BaseCommandMatch.BaseInvoker |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInvocationContext<P> |
(package private) class |
CRaSHProcessContext |
class |
InvocationContextImpl<P> |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>> |
class |
PipeLine |
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 | 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 |
ScreenContextConsumer
A
Consumer<Object> that renders the object stream to a ScreenContext . |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.