A package with helper and utility classes used by hierarchical configurations.
See: Description
Interface Summary | |
---|---|
ConfigurationNode |
Definition of an interface for the nodes of a hierarchical configuration. |
ConfigurationNodeVisitor |
Definition of a Visitor interface for a configuration node structure. |
ExpressionEngine |
Definition of an interface for evaluating keys for hierarchical configurations. |
Class Summary | |
---|---|
ConfigurationNodeVisitorAdapter |
A simple adapter class that simplyfies writing custom node visitor implementations. |
DefaultConfigurationKey |
A simple class that supports creation of and iteration on configuration keys
supported by a |
DefaultConfigurationKey.KeyIterator | A specialized iterator class for tokenizing a configuration key. |
DefaultConfigurationNode |
A default implementation of the |
DefaultConfigurationNode.SubNodes | An internally used helper class for managing a collection of sub nodes. |
DefaultExpressionEngine |
A default implementation of the |
NodeAddData |
A simple data class used by |
NodeCombiner |
A base class for node combiner implementations. |
OverrideCombiner |
A concrete combiner implementation that is able to construct an override combination. |
UnionCombiner |
A specialized implementation of the |
ViewNode |
A specialized node implementation to be used in view configurations. |
A package with helper and utility classes used by hierarchical configurations.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $