| Package | Description |
|---|---|
| org.crsh.command | |
| org.crsh.command.pipeline | |
| org.crsh.lang.groovy.closure | |
| org.crsh.lang.groovy.command | |
| org.crsh.shell.impl.command |
| 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 | Class and Description |
|---|---|
class |
BaseRuntimeContext |
class |
InvocationContextImpl<P> |
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeContext |
AbstractCommand.context
The current context.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
BaseShellCommand.complete(RuntimeContext context,
String line) |
CompletionMatch |
ShellCommand.complete(RuntimeContext context,
String line)
Provide completions for the specified arguments.
|
| 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 | Class and Description |
|---|---|
(package private) class |
PipeLineInvocationContext |
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
GroovyScriptShellCommand.complete(RuntimeContext context,
String line) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CRaSHProcessContext |
class |
CRaSHSession |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.