Package scriptella.configuration

Classes and interfaces to parse script files.

See:
          Description

Interface Summary
XmlConfigurable Implemented by classes which support configuration from XML.
 

Class Summary
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 Summary
ConfigurationException Thrown if configuration error is found.
RequiredAttributeException TODO: Add documentation
 

Package scriptella.configuration Description

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();
    



Copyright © Copyright 2006-2009 The Scriptella Project Team.