Package | Description |
---|---|
scriptella.configuration |
Classes and interfaces to parse script files.
|
scriptella.core |
Core classes for scripts execution.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryEl
TODO: Add documentation
|
class |
ScriptEl
TODO: Add documentation
|
Modifier and Type | Method and Description |
---|---|
ScriptingElement |
ScriptingElement.getParent() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ScriptingElement> |
QueryEl.getChildScriptinglElements() |
java.util.List<ScriptingElement> |
ConfigurationEl.getScriptingElements() |
Modifier and Type | Method and Description |
---|---|
void |
QueryEl.setChildScriptinglElements(java.util.List<ScriptingElement> childScriptinglElements) |
void |
ConfigurationEl.setScriptingElements(java.util.List<ScriptingElement> scriptingElements) |
Constructor and Description |
---|
QueryEl(XmlElement element,
ScriptingElement parent) |
ScriptEl(XmlElement element,
ScriptingElement parent) |
ScriptingElement(ScriptingElement parent) |
Modifier and Type | Method and Description |
---|---|
static ExecutableElement |
ConnectionInterceptor.prepare(ExecutableElement next,
ScriptingElement se) |
static ExecutableElement |
IfInterceptor.prepare(ExecutableElement next,
ScriptingElement s) |
Constructor and Description |
---|
IfInterceptor(ExecutableElement next,
ScriptingElement scr) |
Copyright © Copyright 2006-2019 The Scriptella Project Team.