| Package | Description |
|---|---|
| org.crsh.lang.impl | |
| org.crsh.lang.impl.groovy | |
| org.crsh.lang.impl.java | |
| org.crsh.lang.impl.script | |
| org.crsh.lang.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
LanguageProxy.destroy(ShellSession session) |
void |
LanguageProxy.init(ShellSession session) |
| Modifier and Type | Method and Description |
|---|---|
org.crsh.cli.impl.completion.CompletionMatch |
GroovyRepl.complete(ShellSession session,
String prefix) |
void |
GroovyLanguage.destroy(ShellSession session) |
String |
GroovyCompiler.doCallBack(ShellSession session,
String name,
String defaultValue) |
ReplResponse |
GroovyRepl.eval(ShellSession session,
String r2) |
static groovy.lang.GroovyShell |
GroovyCompiler.getGroovyShell(ShellSession session)
The underlying groovu shell used for the REPL.
|
GroovyScript |
GroovyLanguage.getLifeCycle(ShellSession session,
String name) |
void |
GroovyLanguage.init(ShellSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaLanguage.destroy(ShellSession session) |
void |
JavaCompiler.destroy(ShellSession session) |
String |
JavaCompiler.doCallBack(ShellSession session,
String name,
String defaultValue) |
void |
JavaLanguage.init(ShellSession session) |
void |
JavaCompiler.init(ShellSession session) |
| Modifier and Type | Method and Description |
|---|---|
org.crsh.cli.impl.completion.CompletionMatch |
ScriptRepl.complete(ShellSession session,
String prefix) |
CommandInvoker<Void,Object> |
PipeLineFactory.create(ShellSession session) |
String |
ScriptCompiler.doCallBack(ShellSession session,
String name,
String defaultValue) |
ReplResponse |
ScriptRepl.eval(ShellSession session,
String request) |
| Modifier and Type | Method and Description |
|---|---|
org.crsh.cli.impl.completion.CompletionMatch |
Repl.complete(ShellSession session,
String prefix)
Perform completion.
|
void |
Language.destroy(ShellSession session)
Destroy session callback.
|
String |
Compiler.doCallBack(ShellSession session,
String name,
String defaultValue) |
ReplResponse |
Repl.eval(ShellSession session,
String request)
Evaluate a request.
|
void |
Language.init(ShellSession session)
Init session callback.
|
Copyright © 2015 eXo Platform SAS. All Rights Reserved.