| Modifier and Type | Field and Description |
|---|---|
protected InvocationContext<P> |
Pipe.context
.
|
| 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 | Method and Description |
|---|---|
static SafeCallable |
Helper.resolveMethodInvocation(InvocationContext context,
String name,
Object args) |
static PipeLineClosure |
Helper.resolveProperty(InvocationContext context,
String property) |
| 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,
org.crsh.lang.impl.groovy.closure.PipeLineElement[] elements) |
PipeLineClosure(InvocationContext<Object> context,
String name,
Command<?> 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 | Class and Description |
|---|---|
class |
AbstractInvocationContext<P> |
class |
InvocationContextImpl<P> |
| Modifier and Type | Method and Description |
|---|---|
void |
help.main(InvocationContext<Object> context) |
void |
repl.main(InvocationContext<Object> context,
String name) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.