| 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 |
|---|---|
List<ScriptingElement> |
QueryEl.getChildScriptinglElements() |
List<ScriptingElement> |
ConfigurationEl.getScriptingElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryEl.setChildScriptinglElements(List<ScriptingElement> childScriptinglElements) |
void |
ConfigurationEl.setScriptingElements(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 © 2006-2012. All Rights Reserved.