| Package | Description |
|---|---|
| org.crsh.command | |
| org.crsh.lang.impl.groovy.closure | |
| org.crsh.shell.impl.command | |
| org.crsh.shell.impl.command.pipeline | |
| org.crsh.shell.impl.command.spi | |
| org.crsh.stream | |
| org.crsh.text |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInvocationContext<P> |
class |
InvocationContextImpl<P> |
| Modifier and Type | Class and Description |
|---|---|
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.