org.sape.carbon.core.config.format |
This format package defines the generic interface that streams based
repositories will use to load and store configurations.
|
Java Source File Name | Type | Comment |
AbstractConfigurationProxy.java | Class | This abstract class includes basic support for configuration objects
in XML. |
ConfigurationDataFormatService.java | Interface | Implmentations of this interface will provide persistance mechanisms
for org.jdom.Document objects to and from their native
raw formats. |
ConfigurationFormatException.java | Class |
Exception thrown when there is a problem parsing a configuration file. |
ConfigurationFormatService.java | Interface | Implmentations of this interface will provide persistance mechanisms
for Configuration objects. |
DefaultConfigurationFormatService.java | Class | This default implementation of the configuration format serivce provides
an XML based configuration to implemented interface form of configurations. |