| 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 | Class and Description |
|---|---|
class |
LanguageProxy
A command manager that is able to load a command manager via reflection.
|
| Modifier and Type | Field and Description |
|---|---|
private AtomicReference<Language> |
LanguageProxy.real
.
|
| Modifier and Type | Method and Description |
|---|---|
Language |
LanguageProxy.getImplementation() |
| Modifier and Type | Class and Description |
|---|---|
class |
GroovyLanguage |
class |
GroovyLanguageProxy |
| Modifier and Type | Method and Description |
|---|---|
Language |
GroovyRepl.getLanguage() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaLanguage |
| Modifier and Type | Method and Description |
|---|---|
Language |
JavaLanguage.getImplementation() |
| Modifier and Type | Field and Description |
|---|---|
private Language |
ScriptRepl.lang
.
|
| Modifier and Type | Method and Description |
|---|---|
Language |
ScriptLanguage.getImplementation() |
Language |
ScriptRepl.getLanguage() |
| Modifier and Type | Method and Description |
|---|---|
Language |
Repl.getLanguage() |
| Modifier and Type | Field and Description |
|---|---|
(package private) ArrayList<Language> |
CRaSH.langs
.
|
Copyright © 2015 eXo Platform SAS. All Rights Reserved.