| Package | Description |
|---|---|
| org.crsh.command | |
| org.crsh.lang.groovy.closure | |
| org.crsh.lang.groovy.command | |
| org.crsh.shell.impl.command | |
| org.crsh.shell.impl.command.system |
| Modifier and Type | Field and Description |
|---|---|
protected InvocationContext<P> |
Pipe.context
.
|
| Modifier and Type | Field and Description |
|---|---|
private LinkedList<InvocationContext<?>> |
AbstractCommand.stack
.
|
| Modifier and Type | Method and Description |
|---|---|
InvocationContext<?> |
AbstractCommand.peekContext() |
InvocationContext<?> |
AbstractCommand.popContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Pipe.open(InvocationContext<P> consumer) |
void |
AbstractCommand.pushContext(InvocationContext<?> context) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PipeLineInvocationContext |
| Modifier and Type | Field and Description |
|---|---|
private InvocationContext<Object> |
PipeLineClosure.context
.
|
(package private) InvocationContext<Object> |
PipeLineInvocationContext.outter
.
|
| Modifier and Type | Method and Description |
|---|---|
PipeLineClosure |
PipeLineClosure.bind(InvocationContext<Object> context) |
void |
PipeLineInvoker.invoke(InvocationContext<Object> context) |
| Constructor and Description |
|---|
PipeLineClosure(InvocationContext<Object> context,
PipeLineElement[] elements) |
PipeLineClosure(InvocationContext<Object> context,
String name,
ShellCommand<?> command) |
PipeLineInvocationContext(InvocationContext<Object> outter,
boolean piped) |
| Modifier and Type | Field and Description |
|---|---|
protected InvocationContext |
GroovyScriptCommand.context
The current context.
|
| Modifier and Type | Field and Description |
|---|---|
private LinkedList<InvocationContext<?>> |
GroovyScriptCommand.stack
.
|
| Modifier and Type | Method and Description |
|---|---|
InvocationContext<?> |
GroovyScriptCommand.peekContext() |
InvocationContext<?> |
GroovyScriptCommand.popContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroovyScriptCommand.pushContext(InvocationContext<?> context) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvocationContextImpl<P> |
| Modifier and Type | Method and Description |
|---|---|
void |
help.main(InvocationContext<Object> context) |
void |
repl.main(InvocationContext<Object> context,
String name) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.