Component configuration interfaces and XML-based implementations.
See: Description
Interface Summary | |
---|---|
Configurable | This interface should be implemented by classes that need to be configured with custom parameters before initialization. |
Configuration |
Configuration is a interface encapsulating a configuration node
used to retrieve configuration values.
|
Reconfigurable |
Extends Configurable to allow reconfiguration at runtime.
|
Class Summary | |
---|---|
ConfigurationException |
Thrown when a Configurable component cannot be configured
properly, or if a value cannot be retrieved properly.
|
The org.apache.avalon.framework.configuration
package contains primarily: