| Package | Description |
|---|---|
| scriptella.configuration |
Classes and interfaces to parse script files.
|
| scriptella.core |
Core classes for scripts execution.
|
| scriptella.execution |
Facade classes for xml scripts execution.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
ScriptingElement.getLocation() |
protected Location |
XmlConfigurableBase.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XmlConfigurableBase.setLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
ExceptionInterceptor.ExecutionException.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
static ExecutableElement |
StatisticInterceptor.prepare(ExecutableElement next,
Location location) |
static ExecutableElement |
ExceptionInterceptor.prepare(ExecutableElement next,
Location loc) |
| Constructor and Description |
|---|
ExceptionInterceptor.ExecutionException(String message,
Throwable cause,
Location location) |
ExceptionInterceptor.ExecutionException(Throwable cause,
Location location) |
ExceptionInterceptor(ExecutableElement next,
Location location) |
StatisticInterceptor(ExecutableElement next,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
EtlExecutorException.getLastElementLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionStatisticsBuilder.elementStarted(Location loc,
Connection connection)
Called when new element execution started.
|
void |
SilentExecutionStatisticsBuilder.elementStarted(Location loc,
Connection connection) |
Copyright © 2006-2012. All Rights Reserved.