| Package | Description |
|---|---|
| org.crsh.lang.groovy.closure | |
| org.crsh.lang.groovy.command | |
| org.crsh.lang.java | |
| org.crsh.repl | |
| org.crsh.shell.impl.command | |
| org.crsh.shell.impl.command.spi |
| Modifier and Type | Field and Description |
|---|---|
(package private) ShellCommand<?> |
CommandElement.command
.
|
| Constructor and Description |
|---|
CommandElement(String commandName,
ShellCommand<?> command,
Map<String,Object> options) |
CommandElement(String commandName,
ShellCommand<?> command,
Map<String,Object> options,
String subordinate,
Map<String,Object> subordinateOptions,
List<Object> args) |
PipeLineClosure(InvocationContext<Object> context,
String name,
ShellCommand<?> command) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroovyScriptShellCommand<T extends GroovyScriptCommand> |
| Modifier and Type | Class and Description |
|---|---|
class |
ShellCommandImpl<T extends BaseCommand> |
| Modifier and Type | Method and Description |
|---|---|
ShellCommand<?> |
ReplSession.getCommand(String name) |
| Modifier and Type | Method and Description |
|---|---|
ShellCommand<?> |
CRaSH.getCommand(String name)
Attempt to obtain a command instance.
|
ShellCommand<?> |
CRaSHSession.getCommand(String name) |
| Modifier and Type | Method and Description |
|---|---|
ShellCommand<?> |
CommandResolution.getCommand() |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.