| Package | Description |
|---|---|
| org.crsh.command | |
| org.crsh.lang.groovy | |
| org.crsh.lang.groovy.closure | |
| org.crsh.shell.impl.command | |
| org.crsh.shell.impl.command.pipeline | |
| org.crsh.shell.impl.command.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InvocationContext<P> |
| Modifier and Type | Field and Description |
|---|---|
private CommandContext<Object> |
ShellBinding.current
.
|
private CommandContext<Object> |
ShellBinding.proxy |
| Modifier and Type | Method and Description |
|---|---|
CommandContext<Object> |
ShellBinding.getCurrent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShellBinding.setCurrent(CommandContext<Object> current) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PipeLineInvocationContext |
| Modifier and Type | Field and Description |
|---|---|
private CommandContext<? super Object> |
ClosureInvoker.consumer
.
|
private CommandContext |
ClosureDelegate.context
.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
ClosureDelegate.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClosureInvoker.open(CommandContext<? super Object> consumer) |
| Constructor and Description |
|---|
ClosureDelegate(CommandContext context,
Object owner) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CRaSHProcessContext |
class |
InvocationContextImpl<P> |
| Modifier and Type | Field and Description |
|---|---|
private CommandContext<P> |
InvocationContextImpl.commandContext
.
|
| Constructor and Description |
|---|
InvocationContextImpl(CommandContext<P> commandContext) |
| 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 |
ToChunkPipe<C,CONS extends CommandContext<? super Chunk>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPipe<C,P,CONS extends CommandContext<? super P>> |
class |
ConvertingPipe<C,P,CONS extends CommandContext<? super P>> |
(package private) class |
PipeLineElement<C,P> |
class |
ToChunkPipe<C,CONS extends CommandContext<? super Chunk>> |
| Modifier and Type | Field and Description |
|---|---|
protected CONS |
AbstractPipe.consumer
.
|
protected CommandContext<P> |
PipeLineElement.context
.
|
private CommandContext<?> |
PipeLine.current
.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Filter<C,P,CommandContext<P>> |
PipeLineElement.command
.
|
| Modifier and Type | Method and Description |
|---|---|
private CommandContext |
PipeLine.open(int index,
CommandContext last) |
| Modifier and Type | Method and Description |
|---|---|
void |
PipeLine.open(CommandContext<? super Chunk> consumer) |
void |
PipeLineElement.open(CommandContext<P> consumer) |
private CommandContext |
PipeLine.open(int index,
CommandContext last) |
| Constructor and Description |
|---|
PipeLineElement(Filter<C,P,CommandContext<P>> command) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandInvoker.invoke(CommandContext<? super P> consumer)
Invoke the command.
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.