Package org.apache.avalon.framework.configuration
package org.apache.avalon.framework.configuration
-
ClassDescriptionThis is an abstract
Configurationimplementation that deals with methods that can be abstracted away from underlying implementations.This interface should be implemented by classes that need to be configured with custom parameters before initialization.Configurationis a interface encapsulating a configuration node used to retrieve configuration values.Thrown when aConfigurablecomponent cannot be configured properly, or if a value cannot be retrieved properly.This class has a bunch of utility methods to work with configuration objects.This is the defaultConfigurationimplementation.A DefaultConfigurationBuilder buildsConfigurations from XML, via a SAX2 compliant parser.A ConfigurationSerializer serializes configurations via SAX2 compliant parser.An immutable implementation of theConfigurationinterface.A read/write extension of the Configuration interface.A SAXConfigurationHandler helps build Configurations out of sax events, including namespace information.ExtendsConfigurableto allow reconfiguration at runtime.A SAXConfigurationHandler helps build Configurations out of sax events.