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