Package-level declarations
Types
A Configuration encapsulates the configurable parameters of a software component.
A ConfigurationException is thrown when a configurator fails to functionType a configuration for any reason.
A Configurator produces a configuration tuple information provided during construction of a concrete implementation.
An XMLConfigurator obtains a configuration by processing an XML document.
An XMLConfiguratorState encapsulates the state of an XMLConfigurator.
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:
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.