public interface Repl
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
complete(ReplSession session,
String prefix)
Perform completion.
|
EvalResponse |
eval(ReplSession session,
String request)
Evaluate a request
|
String |
getDescription()
Returns a descripton of the REPL.
|
String |
getName()
Return the repl name.
|
boolean |
isActive()
Return true if this REPL is active.
|
boolean isActive()
String getDescription()
EvalResponse eval(ReplSession session, String request)
session - the sessionrequest - the request to evaluateCompletionMatch complete(ReplSession session, String prefix)
session - the sessionprefix - the prefix to completeCopyright © 2014 eXo Platform SAS. All Rights Reserved.