| Package | Description |
|---|---|
| org.crsh.lang.groovy | |
| org.crsh.lang.script | |
| org.crsh.repl | |
| org.crsh.shell.impl.command |
| Modifier and Type | Field and Description |
|---|---|
private ReplSession |
ShellBinding.session
.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
GroovyRepl.complete(ReplSession session,
String prefix) |
CompletionMatch |
GroovyReplImpl.complete(ReplSession session,
String prefix) |
EvalResponse |
GroovyRepl.eval(ReplSession session,
String request) |
EvalResponse |
GroovyReplImpl.eval(ReplSession session,
String r2) |
| Constructor and Description |
|---|
ShellBinding(Map variables,
ReplSession session) |
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
ScriptRepl.complete(ReplSession session,
String prefix) |
CommandInvoker<Void,Chunk> |
PipeLineFactory.create(ReplSession session) |
EvalResponse |
ScriptRepl.eval(ReplSession session,
String request) |
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
Repl.complete(ReplSession session,
String prefix)
Perform completion.
|
EvalResponse |
Repl.eval(ReplSession session,
String request)
Evaluate a request
|
| Modifier and Type | Class and Description |
|---|---|
class |
CRaSHSession |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.