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 |
---|---|
protected Location |
XmlConfigurableBase.getLocation() |
Location |
ScriptingElement.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(ExecutableElement next,
Location location) |
ExecutionException(java.lang.String message,
java.lang.Throwable cause,
Location location) |
ExecutionException(java.lang.Throwable cause,
Location location) |
StatisticInterceptor(ExecutableElement next,
Location location) |
Modifier and Type | Method and Description |
---|---|
Location |
EtlExecutorException.getLastElementLocation() |
Modifier and Type | Method and Description |
---|---|
void |
SilentExecutionStatisticsBuilder.elementStarted(Location loc,
Connection connection) |
void |
ExecutionStatisticsBuilder.elementStarted(Location loc,
Connection connection)
Called when new element execution started.
|
Copyright © Copyright 2006-2019 The Scriptella Project Team.