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 |
Modifier and Type | Interface and Description |
---|---|
interface |
InvocationContext<P> |
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 |
---|---|
class |
AbstractInvocationContext<P> |
(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 |
---|---|
(package private) class |
CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>> |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>> |
Modifier and Type | Field and Description |
---|---|
protected CONSUMER |
CommandInvokerAdapter.consumer
.
|
private CommandContext<?> |
PipeLine.current
.
|
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 Object> consumer) |
private CommandContext |
PipeLine.open(int index,
CommandContext last) |
Modifier and Type | Method and Description |
---|---|
void |
CommandInvoker.invoke(CommandContext<? super P> consumer)
Invoke the command.
|
abstract void |
CommandInvoker.open(CommandContext<? super P> consumer) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.