com.anthonyeden.lib.config |
|
Java Source File Name | Type | Comment |
Configurable.java | Interface | Interface which can be implemented by any object which should be configurable
using the EdenLib configuration objects. |
Configuration.java | Interface | The Configuration interface represents a node in a configuration tree. |
ConfigurationBase.java | Class | The ConfigurationBase is a base implementation of the MutableConfiguration
interface. |
ConfigurationException.java | Class | Exception thrown when there is an error while reading, writing or
manipulating Configurations. |
ConfigurationFactory.java | Interface | Standard interface which is used to retrieve a Configuration from an
InputStream or Reader. |
Location.java | Class | This interface provides information about where the configuration object was
located in the configuration file. |
MutableConfiguration.java | Interface | Interface implemented by configuration objects which are mutable. |
XMLConfiguration.java | Class | Implementation of the Configuration interface which uses an XML
document as its data source. |