Package avail.utility.configuration

Types

Link copied to clipboard
interface Configuration

A Configuration encapsulates the configurable parameters of a software component.

Link copied to clipboard
class ConfigurationException : Exception

A ConfigurationException is thrown when a configurator fails to functionType a configuration for any reason.

Link copied to clipboard
interface Configurator<ConfigurationType : Configuration>

A Configurator produces a configuration tuple information provided during construction of a concrete implementation.

Link copied to clipboard

An XMLConfigurator obtains a configuration by processing an XML document.

Link copied to clipboard
Link copied to clipboard

An XMLConfigurator relies on an XMLDocumentModel to provide a schematic description of the class of XML documents supported by a particular XMLElement implementation. It offers:

Link copied to clipboard

XMLElement is designed to be implemented only by enumerations that represent XML tag sets. Concrete implementations specify the complete set of behavior required to use the XMLConfigurator to produce application-specific configurations.