| Package | Description |
|---|---|
| org.crsh.command | |
| org.crsh.lang.groovy.command |
| Modifier and Type | Class and Description |
|---|---|
class |
SyntaxException
Wrong syntax provided when invoking the command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeCommand.close()
Close pipe.
|
void |
BaseCommand.execute(java.lang.String s) |
void |
PipeCommand.flush()
Flush pipe.
|
void |
PipeCommand.open()
Open pipe.
|
void |
PipeCommand.provide(C element)
Extends the throw clause of the
Consumer.provide(Object) method. |
CommandInvoker<?,?> |
InvocationContextImpl.resolve(java.lang.String s) |
CommandInvoker<?,?> |
InvocationContext.resolve(java.lang.String s)
Resolve a command invoker for the specified command line.
|
| Modifier and Type | Method and Description |
|---|---|
static ScriptException |
GroovyCommand.unwrap(groovy.util.ScriptException cause) |
static ScriptException |
GroovyCommand.unwrap(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroovyScriptCommand.execute(java.lang.String s) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.