Package uk.org.ogsadai.config

Interface Summary
KeyValueProperties This interface provides a generic key-value store.
 

Class Summary
Key Represents a key.
SimpleKeyValueProperties Simple implementation of a key-value properties set.
 

Exception Summary
ConfigurationValueException Exception thrown when there is a problem with configuration information.
ConfigurationValueIllegalException Exception thrown when there is invalid configuration information.
ConfigurationValueMissingException Exception thrown when there is invalid configuration information.
KeyValueIllegalException The value associated with a key is illegal.
KeyValueUnknownException A key is unknown.