public class GroovyReplImpl extends Object implements Repl
| Constructor and Description |
|---|
GroovyReplImpl() |
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
complete(ReplSession session,
String prefix)
Perform completion.
|
EvalResponse |
eval(ReplSession session,
String r2)
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.
|
public GroovyReplImpl()
public boolean isActive()
Replpublic String getDescription()
ReplgetDescription in interface Replpublic EvalResponse eval(ReplSession session, String r2)
Replpublic CompletionMatch complete(ReplSession session, String prefix)
ReplCopyright © 2014 eXo Platform SAS. All Rights Reserved.