Package org.codehaus.dna.impl

The DNA implementation package contains basic utility classes to implement containers for DNA components.

See:
          Description

Interface Summary
Freezable This interface is used internally to DNA framework implementation to indicate which classes can be "frozen" and be made read-only after being mutable.
 

Class Summary
ConfigurationUtil Class containing utility methods to work with Configuration objects.
ConsoleLogger A simple logger facade that simply writes to the Console.
ContainerUtil Utility class to make it easier to process a object through its lifecycle stages.
DefaultConfiguration In memory Configuration implementation.
DefaultResourceLocator ResourceLocator implementation backed by a Map and optionally delegating to parent ResourceLocators.
Jdk14Logger Logging facade implmentation for JDK1.4 logging toolkit.
Log4JLogger Logging facade implmentation for Apache Log4J project.
LogkitLogger Logging facade implmentation for Apache Logkit project.
SAXConfigurationHandler The SAXConfigurationHandler builds a Configuration tree from SAX events.
SAXConfigurationSerializer Utility class that serializes a Configuration object to a SAX2 compliant ContentHandler.
 

Package org.codehaus.dna.impl Description

The DNA implementation package contains basic utility classes to implement containers for DNA components. These classes range from basic implementations of resource interfaces to helper classes to serialize and deserialize configuration objects.



Copyright © 2003-2004 Codehaus. All Rights Reserved.