org.sape.carbon.core.config.format.jdom |
This package contains the default implementor of configuration objects in
the Carbon Core Configuration Subsystem. This system is designed to implement
interfaces that represent configuration data and to support their connection
to an underlying storage and management mechanism.
This default implementation utilizes the JDOM document management objects of
the open source JDOM project as its underlying datastructure. This allowes the
system to read directly from XML into the system native data format and then
to provide an JavaBean syntax view into that data.
|
Java Source File Name | Type | Comment |
ConfigEntityResolver.java | Class | Used to resolve entities in the JDOMConfigurationFactory. |
JDOMConfigurationFactory.java | Class | This factory implementation constructs the appropriate Configuration
implementation, through the Dynamic Proxy facility of the JDK, for the
particular Configuration interface requested. |
JDOMConfigurationProxy.java | Class | This is an extension of an AbstractConfigurationProxy
that is backed by a JDOM Document data structure. |
JDOMPropertyConfiguration.java | Class | This is an implementation of the string based attribute lookup
PropertyConfiguration. |