| Package | Description |
|---|---|
| org.crsh.lang.groovy | |
| org.crsh.lang.script | |
| org.crsh.repl | |
| org.crsh.shell.impl.command |
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
GroovyREPL.complete(REPLSession session,
String prefix) |
EvalResponse |
GroovyREPL.eval(REPLSession session,
String request) |
| 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) |
EvalResponse |
REPL.eval(REPLSession session,
String request)
Evaluate a request
|
| Modifier and Type | Class and Description |
|---|---|
class |
CRaSHSession |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.