Package scriptella.configuration
package scriptella.configuration
Classes and interfaces to parse script files.
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();
-
ClassDescriptionTODO: Add documentationThrown if configuration error is found.Factory class for ETL
configurationfiles.Connection configuration element.TODO: Add documentationRepresents dialect based content used inside query/script/onerror elements.Contains alternate content to be used if the requested resource cannot be found.RepresentsincludeXML configuration element.Defines xml element location.Represents <onerror> xml element.Represents XML elements which store properties.TODO: Add documentationTODO: Add documentationTODO: Add documentationBase class for queries and scripts.Represents String as a resource.Implemented by classes which support configuration from XML.Base class for configuration elements.Represents XML element