Interface | Description |
---|---|
ConfigurationEventListener |
An interface for event listeners of the configuration system
|
ConfigurationReader |
An interface to the deserialization methods required by the configuration
manager to deserialize properties
|
ConfigurationWriter |
An interface to the serialization methods required by the configuration
manager to serialize properties
|
Class | Description |
---|---|
CommonsConfigurationReader |
An interface to the deserialization methods required by the configuration
manager to deserialize properties
|
ConfigurationEvent |
An event object for configuration system events
|
ConfigurationManager |
A class to manage configuration options in Kepler.
|
ConfigurationNamespace |
Class that represents a namespace in the configuration.
|
ConfigurationProperty |
Class that represents a configuration property within kepler
|
ConfigurationTest |
Created by David Welker.
|
ConfigurationUtilities |
A collection of utilities to manage configuration properties.
|
GeneralConfigurationWriter |
A class that implements the ConfigurationWriter interface for the commons
framework.
|
RootConfigurationProperty |
Class that represents a root configuration property within kepler
|
SaveListener |
A listener that saves the configuration when changes are made
|
Exception | Description |
---|---|
ConfigurationManagerException |
exception for namepace errors
|
NamespaceException |
exception for namepace errors
|