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