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