public class ScriptREPL extends Object implements REPL
| Constructor and Description |
|---|
ScriptREPL() |
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
complete(REPLSession session,
String prefix) |
EvalResponse |
eval(REPLSession session,
String request)
Evaluate a request
|
String |
getName()
Return the repl name.
|
public ScriptREPL()
public EvalResponse eval(REPLSession session, String request)
REPLpublic CompletionMatch complete(REPLSession session, String prefix)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.