| Package | Description |
|---|---|
| xyz.cofe.cxconsole.groovy | |
| xyz.cofe.cxconsole.script | |
| xyz.cofe.cxconsole.script.jsr233 | |
| xyz.cofe.cxconsole.script.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
GroovyEngine
Реализация поддержки Groovy через GroovyShell
|
| Modifier and Type | Field and Description |
|---|---|
Engine |
EngineSelectPanel.SelectResult.engine |
protected Engine |
EnginesManagerPanel.EngineDesc.engine |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Engine> |
EnginesManagerPanel.engines |
| Modifier and Type | Method and Description |
|---|---|
Engine |
EngineFactory.createEngine() |
Engine |
ScriptDocExecService.getDocumentEngine(TextDocument doc)
Возвращает движок для документа
|
Engine |
EnginesManagerPanel.EngineDesc.getEngine() |
Engine |
ScriptEvent.getEngine() |
Engine |
EngineSelectPanel.getSelectedEngine() |
| Modifier and Type | Method and Description |
|---|---|
org.mapdb.HTreeMap<String,Engine> |
ScriptService.enginesStoreMap() |
Func2<Object,String,Engine> |
EnginesManagerPanel.getEditEngine() |
EventMap<String,Engine> |
ScriptService.getEngines()
Возвращает карту скриптовых движков
|
Map<String,Engine> |
EngineSelectPanel.getEngines() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptService.cache(String id,
Engine en) |
ScriptExecuted<String> |
ScriptEventSupport.createScriptExecuted(ExecuteResult<String> result,
Engine engine,
TextDocument scriptDocument) |
ScriptExecuting<String> |
ScriptEventSupport.createScriptExecuting(ExecuteMonitor<String> em,
Engine engine,
TextDocument scriptDocument) |
void |
ScriptService.listenScnForSave(String engineId,
Engine engine) |
String |
ScriptService.nameOf(Engine en)
Возвращает имя под которым зарегистрирован движок
|
protected void |
ScriptObNodesService.removeEngine(Engine eng) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnginesManagerPanel.setEditEngine(Func2<Object,String,Engine> editEngine) |
void |
EngineSelectPanel.setEngines(Map<String,Engine> engines) |
void |
EnginesManagerPanel.setEnginesMap(Map<String,Engine> engineMap) |
| Constructor and Description |
|---|
EngineDesc(String name,
Engine engine) |
SelectResult(String engineName,
Engine engine) |
| Modifier and Type | Class and Description |
|---|---|
class |
EngineImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlEngine |
| Modifier and Type | Method and Description |
|---|---|
Engine |
SqlEngineFactory.createEngine() |
Copyright © 2018. All rights reserved.