Modifier and Type | Interface and Description |
---|---|
interface |
CommandContext<P>
The command context provides the services for invoking a command.
|
interface |
InvocationContext<P> |
Modifier and Type | Field and Description |
---|---|
RuntimeContext |
AbstractCommand.context
The current context : need to find a way to make not that public.
|
Modifier and Type | Method and Description |
---|---|
static Object |
Helper.invokeMethod(RuntimeContext context,
String name,
Object args,
groovy.lang.MissingMethodException ex) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
PipeLineInvocationContext |
Modifier and Type | Method and Description |
---|---|
protected Completer |
GroovyScriptShellCommand.getCompleter(RuntimeContext context) |
Modifier and Type | Method and Description |
---|---|
protected Completer |
ClassShellCommand.getCompleter(RuntimeContext context) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInvocationContext<P> |
(package private) class |
CRaSHProcessContext |
(package private) class |
CRaSHSession |
class |
InvocationContextImpl<P> |
class |
RuntimeContextImpl |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>> |
Modifier and Type | Method and Description |
---|---|
CompletionMatch |
Command.complete(RuntimeContext context,
String line)
Provide completions for the specified arguments.
|
protected abstract Completer |
Command.getCompleter(RuntimeContext context)
Returns a completer for this command.
|
Copyright © 2015 eXo Platform SAS. All Rights Reserved.