Package org.apache.avalon.framework.configuration

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 runtime.
 

Class Summary
AbstractConfiguration This is an abstract Configuration implementation that deals with methods that can be abstracted away from underlying implementations.
DefaultConfiguration This is the default Configuration implementation.
DefaultConfigurationBuilder A SAXConfigurationBuilder builds configurations via SAX2 compliant parser.
SAXConfigurationHandler A SAXConfigurationHandler helps build Configurations out of sax events.
 

Exception Summary
ConfigurationException Thrown when a Configurable component cannot be configured properly, or if a value cannot be retrieved properly.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.