Package | Description |
---|---|
scriptella.configuration |
Classes and interfaces to parse script files.
|
scriptella.core |
Core classes for scripts execution.
|
scriptella.driver.csv |
CSV Driver for Scriptella.
|
scriptella.driver.janino |
Janino Driver for Scriptella.
|
scriptella.driver.jexl |
JEXL Driver for Scriptella.
|
scriptella.driver.jndi |
JNDI Datasource Driver for Scriptella.
|
scriptella.driver.ldap |
LDAP Driver for Scriptella.
|
scriptella.driver.ldap.ldif | |
scriptella.driver.mail |
E-Mail Driver for Scriptella.
|
scriptella.driver.script |
Scriptella bridge for the JSR 223: Scripting for the Java Platform.
|
scriptella.driver.scriptella |
Driver for running Scriptella ETL files.
|
scriptella.driver.spring |
Spring Framework Integration Driver for Scriptella.
|
scriptella.driver.text |
Text Driver for Scriptella.
|
scriptella.driver.velocity |
Velocity Adapter for Scriptella.
|
scriptella.driver.xpath |
XPath Driver for Scriptella.
|
scriptella.execution |
Facade classes for xml scripts execution.
|
scriptella.expression |
Classes for working with expressions and properties substitution.
|
scriptella.jdbc |
Scriptella JDBC Bridge.
|
scriptella.spi |
Service Provider Interface classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationException
Thrown if configuration error is found.
|
class |
RequiredAttributeException
TODO: Add documentation
|
Modifier and Type | Class and Description |
---|---|
class |
EtlCancelledException
Thrown to indicate ETL interruption.
|
static class |
ExceptionInterceptor.ExecutionException |
class |
RuntimeIOException
Runtime wrapper for IO exceptions propagation.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvProviderException
Thrown to indicate a problem with CSV file processing.
|
Modifier and Type | Class and Description |
---|---|
class |
JaninoProviderException
Thrown to indicate Janino failure.
|
Modifier and Type | Class and Description |
---|---|
class |
JexlProviderException
Thrown to indicate a problem with JEXL script.
|
Modifier and Type | Class and Description |
---|---|
class |
JndiProviderException
Thrown to indicate JNDI provider failure.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapProviderException
Thrown by LDAP Provider to indicate a failure.
|
Modifier and Type | Class and Description |
---|---|
class |
LdifParseException
Thrown to indicate a parse excpetion.
|
Modifier and Type | Class and Description |
---|---|
class |
MailProviderException
Thrown to indicate a problem with EMail producing/sending.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptProviderException
Thrown to indicate an error in scripting engine.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptellaProviderException
Thrown to indicate Spring provider failure.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringProviderException
Thrown to indicate Spring provider failure.
|
Modifier and Type | Class and Description |
---|---|
class |
TextProviderException
Thrown to indicate a problem with Text file processing.
|
Modifier and Type | Class and Description |
---|---|
class |
VelocityProviderException
Thrown by Velocity Provider to indicate velocity failure.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathProviderException
Thrown to indicate a problem with XML file querying.
|
Modifier and Type | Method and Description |
---|---|
void |
EtlExecutor.run()
A runnable adapter for
EtlExecutor.execute() method. |
Modifier and Type | Class and Description |
---|---|
static class |
Expression.EvaluationException |
static class |
Expression.ParseException |
Modifier and Type | Class and Description |
---|---|
class |
JdbcException
Unchecked wrapper for SQL exceptions or other SQL related errors.
|
Modifier and Type | Class and Description |
---|---|
class |
ProviderException
Thrown by connection provider to indicate any kind of failure.
|
Copyright © Copyright 2006-2019 The Scriptella Project Team.