public interface Repl
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
complete(ShellSession session,
String prefix)
Perform completion.
|
ReplResponse |
eval(ShellSession session,
String request)
Evaluate a request.
|
String |
getDescription() |
Language |
getLanguage() |
Language getLanguage()
String getDescription()
ReplResponse eval(ShellSession session, String request)
session - the sessionrequest - the request to evaluateCompletionMatch complete(ShellSession session, String prefix)
session - the sessionprefix - the prefix to completeCopyright © 2015 eXo Platform SAS. All Rights Reserved.