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 | Field and Description |
---|---|
private InvocationContext<Object> |
ShellBinding.current
.
|
private InvocationContext<Object> |
ShellBinding.proxy |
Modifier and Type | Method and Description |
---|---|
InvocationContext<Object> |
ShellBinding.getCurrent() |
Modifier and Type | Method and Description |
---|---|
static SafeCallable |
Helper.resolveMethodInvocation(InvocationContext context,
String name,
Object args) |
static PipeLineClosure |
Helper.resolveProperty(InvocationContext context,
String property) |
void |
ShellBinding.setCurrent(InvocationContext<Object> current) |
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,
Command<?> command) |
PipeLineInvocationContext(InvocationContext<Object> outter) |
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 |
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.