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