Interface | Description |
---|---|
IConfigSettings |
A simple interface for string based key/value pairs that are used
to configure something.
|
IConfigurable |
Defines a generic configuration method based on string key/value pairs.
|
IConfigurableByMap<K,V> |
Defines a generic configuration method based on a Map.
|
Exception | Description |
---|---|
ConfigRuntimeException |
A generic runtime exception that signals a configuration problem.
|
ConfigurationException |
An exception that signals problems with configuration of something.
|