| Interface | Description |
|---|---|
| XmlConfigurable |
Implemented by classes which support configuration from XML.
|
| Class | Description |
|---|---|
| ConfigurationEl |
TODO: Add documentation
|
| ConfigurationFactory |
Factory class for ETL
configuration files. |
| ConnectionEl |
Connection configuration element.
|
| ContentEl |
TODO: Add documentation
|
| DialectBasedContentEl |
Represents dialect based content used inside query/script/onerror elements.
|
| FallbackEl |
Contains alternate content to be used if the requested resource cannot be found.
|
| IncludeEl |
Represents
include XML configuration element. |
| Location |
Defines xml element location.
|
| OnErrorEl |
Represents <onerror> xml element.
|
| PropertiesEl |
Represents XML elements which store properties.
|
| QueryEl |
TODO: Add documentation
|
| ScriptEl |
TODO: Add documentation
|
| ScriptingElement |
Base class for queries and scripts.
|
| StringResource |
Represents String as a resource.
|
| XmlConfigurableBase |
Base class for configuration elements.
|
| XmlElement |
Represents XML element
|
| Exception | Description |
|---|---|
| ConfigurationException |
Thrown if configuration error is found.
|
| RequiredAttributeException |
TODO: Add documentation
|
For now only XML format is supported
To create configuration from XML file use the following code:
ConfigurationFactory factory = new ConfigurationFactory();
factory.setResourceURL(resourceURL);
Configuration configration = cf.createConfiguration();
Copyright © Copyright 2006-2019 The Scriptella Project Team.