| 
 | |||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
          Description
| Interface Summary | |
| Configurable | This interface should be implemented by classes that need to be configured with custom parameters before initialization. | 
| Configuration | Configurationis a interface encapsulating a configuration node
 used to retrieve configuration values. | 
| MutableConfiguration | A read/write extension of the Configuration interface. | 
| Reconfigurable | Extends Configurableto allow reconfiguration at runtime. | 
| Class Summary | |
| AbstractConfiguration | This is an abstract Configurationimplementation that deals
 with methods that can be abstracted away from underlying implementations. | 
| ConfigurationUtil | This class has a bunch of utility methods to work with configuration objects. | 
| DefaultConfiguration | This is the default Configurationimplementation. | 
| DefaultConfigurationBuilder | A DefaultConfigurationBuilder builds Configurations from XML,
 via a SAX2 compliant parser. | 
| DefaultConfigurationSerializer | A ConfigurationSerializer serializes configurations via SAX2 compliant parser. | 
| DefaultImmutableConfiguration | An immutable implementation of the Configurationinterface. | 
| NamespacedSAXConfigurationHandler | A SAXConfigurationHandler helps build Configurations out of sax events, including namespace information. | 
| SAXConfigurationHandler | A SAXConfigurationHandler helps build Configurations out of sax events. | 
| Exception Summary | |
| ConfigurationException | Thrown when a Configurablecomponent cannot be configured
 properly, or if a value cannot be retrieved properly. | 
Component configuration interfaces and XML-based implementations.
    
    
The org.apache.avalon.framework.configuration package contains primarily:
| 
 | |||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||