Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.configuration.tree Classes and Interfaces - 17 results found.
NameDescriptionTypePackageFramework
ConfigurationNode Definition of an interface for the nodes of a hierarchical configuration.Interfaceorg.apache.commons.configuration.treeApache Commons
ConfigurationNodePointerFactory configuration nodes.Classorg.apache.commons.configuration.tree.xpathApache Commons
ConfigurationNodeVisitor Definition of a Visitor interface for a configuration node The ConfigurationNode interface defines a visit(),Interfaceorg.apache.commons.configuration.treeApache Commons
ConfigurationNodeVisitorAdapter A simple adapter class that simplifies writing custom node visitor This class provides dummy implementations for the methods defined in theClassorg.apache.commons.configuration.treeApache Commons
DefaultConfigurationKey A simple class that supports creation of and iteration on configuration keys supported by a DefaultExpressionEngine object.Classorg.apache.commons.configuration.treeApache Commons
DefaultConfigurationNode A default implementation of the ConfigurationNode interface.Classorg.apache.commons.configuration.treeApache Commons
DefaultConfigurationNode .SubNodesAn internally used helper class for managing a collection of sub nodes.Classorg.apache.commons.configuration.tree.DefaultConfigurationNodeApache Commons
DefaultExpressionEngine A default implementation of the ExpressionEngine interface providing the native"e; expression language for hierarchicalClassorg.apache.commons.configuration.treeApache Commons
ExpressionEngine Definition of an interface for evaluating keys for hierarchical An expression engine knows how to map a key for a configuration'sInterfaceorg.apache.commons.configuration.treeApache Commons
MergeCombiner A specialized implementation of the NodeCombiner interface that performs a merge from two passed in node hierarchies.Classorg.apache.commons.configuration.treeApache Commons
NodeAddData A simple data class used by ExpressionEngine to store the results of the prepareAdd() operation.Classorg.apache.commons.configuration.treeApache Commons
NodeCombiner A base class for node combiner implementations.Classorg.apache.commons.configuration.treeApache Commons
OverrideCombiner A concrete combiner implementation that is able to construct an override An override combination means that nodes in the first nodeClassorg.apache.commons.configuration.treeApache Commons
TreeUtilsClassorg.apache.commons.configuration.treeApache Commons
UnionCombiner A specialized implementation of the NodeCombiner interface that constructs a union from two passed in node hierarchies.Classorg.apache.commons.configuration.treeApache Commons
ViewNode A specialized node implementation to be used in view configurations.Classorg.apache.commons.configuration.treeApache Commons
XPathExpressionEngine A specialized implementation of the ExpressionEngine interface that is able to evaluate XPATH expressions.Classorg.apache.commons.configuration.tree.xpathApache Commons