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 | |
org.crsh.shell.impl.command |
Modifier and Type | Method and Description |
---|---|
void |
LanguageProxy.destroy(ShellSession session) |
void |
LanguageProxy.init(ShellSession session) |
Modifier and Type | Field and Description |
---|---|
private ShellSession |
ShellBinding.session
.
|
Modifier and Type | Method and Description |
---|---|
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) |
private String |
GroovyCompiler.eval(ShellSession session,
String name,
String def) |
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) |
Constructor and Description |
---|
ShellBinding(Map variables,
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 |
---|---|
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 |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CRaSHSession |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.