| 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 | 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 |
ShellCommandImpl.getCompleter(RuntimeContext context) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CRaSHProcessContext |
class |
CRaSHSession |
class |
InvocationContextImpl<P> |
class |
RuntimeContextImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPipe<C,P,CONS extends CommandContext<? super P>> |
class |
ConvertingPipe<C,P,CONS extends CommandContext<? super P>> |
(package private) class |
PipeLineElement<C,P> |
class |
ToChunkPipe<C,CONS extends CommandContext<? super Chunk>> |
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
ShellCommand.complete(RuntimeContext context,
String line)
Provide completions for the specified arguments.
|
protected abstract Completer |
ShellCommand.getCompleter(RuntimeContext context)
Returns a completer for this command.
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.