Uses of Package
org.apache.commons.configuration2.tree
-
Packages that use org.apache.commons.configuration2.tree Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.beanutils In this package aConfiguration
implementation can be found that implements theDynaBean
interface.org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects.org.apache.commons.configuration2.plist Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.org.apache.commons.configuration2.tree A package with helper and utility classes used by hierarchical configurations.org.apache.commons.configuration2.tree.xpath This package contains theXPathExpressionEngine
class which enables XPATH support for querying configuration properties. -
Classes in org.apache.commons.configuration2.tree used by org.apache.commons.configuration2 Class Description ConfigurationNodeVisitor Definition of a Visitor interface for a configuration node structure.ConfigurationNodeVisitorAdapter A simple adapter class that simplifies writing custom node visitor implementations.DefaultConfigurationKey A simple class that supports creation of and iteration on configuration keys supported by aDefaultExpressionEngine
object.DefaultExpressionEngine A default implementation of theExpressionEngine
interface providing the "native" expression language for hierarchical configurations.ExpressionEngine Definition of an interface for evaluating keys for hierarchical configurations.ImmutableNode An immutable default implementation for configuration nodes.ImmutableNode.Builder A builder class for creating instances ofImmutableNode
.InMemoryNodeModel A specialized node model implementation which operates onImmutableNode
structures.InMemoryNodeModelSupport A specialized version of theNodeModelSupport
interface which allows querying anInMemoryNodeModel
.NodeAddData A simple data class used byExpressionEngine
to store the results of theprepareAdd()
operation.NodeCombiner A base class for node combiner implementations.NodeHandler Definition of an interface for accessing the data of a configuration node.NodeKeyResolver Definition of an interface which allows resolving a (property) key for different manipulating operations.NodeModel Definition of an interface describing a model based on a nodes structure.NodeModelSupport An interface to be implemented by objects that support aNodeModel
.NodeSelector A class for selecting a specific node based on a key or a set of keys.NodeUpdateData A simple data class used by node models to store parameters of an update operation.QueryResult A data class representing a single query result produced by anExpressionEngine
.ReferenceNodeHandler An extension of theNodeHandler
interface which allows access to so-called references stored for a node.TrackedNodeModel A specializedNodeModel
implementation that uses a tracked node managed by anInMemoryNodeModel
object as root node. -
Classes in org.apache.commons.configuration2.tree used by org.apache.commons.configuration2.beanutils Class Description NodeHandler Definition of an interface for accessing the data of a configuration node. -
Classes in org.apache.commons.configuration2.tree used by org.apache.commons.configuration2.builder Class Description ExpressionEngine Definition of an interface for evaluating keys for hierarchical configurations. -
Classes in org.apache.commons.configuration2.tree used by org.apache.commons.configuration2.plist Class Description ImmutableNode An immutable default implementation for configuration nodes.InMemoryNodeModelSupport A specialized version of theNodeModelSupport
interface which allows querying anInMemoryNodeModel
.NodeHandler Definition of an interface for accessing the data of a configuration node.NodeKeyResolver Definition of an interface which allows resolving a (property) key for different manipulating operations.NodeModelSupport An interface to be implemented by objects that support aNodeModel
. -
Classes in org.apache.commons.configuration2.tree used by org.apache.commons.configuration2.tree Class Description AbstractImmutableNodeHandler An abstract base class for aNodeHandler
implementation forImmutableNode
objects.ConfigurationNodeVisitor Definition of a Visitor interface for a configuration node structure.DefaultConfigurationKey A simple class that supports creation of and iteration on configuration keys supported by aDefaultExpressionEngine
object.DefaultConfigurationKey.KeyIterator A specialized iterator class for tokenizing a configuration key.DefaultExpressionEngine A default implementation of theExpressionEngine
interface providing the "native" expression language for hierarchical configurations.DefaultExpressionEngineSymbols A class representing the various symbols that are supported in keys recognized byDefaultExpressionEngine
.DefaultExpressionEngineSymbols.Builder A builder class for creating instances ofDefaultExpressionEngineSymbols
.ExpressionEngine Definition of an interface for evaluating keys for hierarchical configurations.ImmutableNode An immutable default implementation for configuration nodes.ImmutableNode.Builder A builder class for creating instances ofImmutableNode
.InMemoryNodeModel A specialized node model implementation which operates onImmutableNode
structures.InMemoryNodeModel.TransactionInitializer An interface used internally for handling concurrent updates.InMemoryNodeModelSupport A specialized version of theNodeModelSupport
interface which allows querying anInMemoryNodeModel
.ModelTransaction An internal helper class for a atomic updates of anInMemoryNodeModel
.ModelTransaction.ChildrenUpdateOperation A specializedOperation
implementation for replacing the children of a target node.ModelTransaction.Operation An abstract base class representing an operation to be performed on a node.ModelTransaction.Operations A helper class which collects multiple update operations to be executed on a single node.NodeAddData A simple data class used byExpressionEngine
to store the results of theprepareAdd()
operation.NodeCombiner A base class for node combiner implementations.NodeHandler Definition of an interface for accessing the data of a configuration node.NodeKeyResolver Definition of an interface which allows resolving a (property) key for different manipulating operations.NodeMatcher An interface for matching nodes based on specific criteria.NodeModel Definition of an interface describing a model based on a nodes structure.NodeModelSupport An interface to be implemented by objects that support aNodeModel
.NodeNameMatchers An enumeration class with several pre-definedNodeMatcher
implementations based on node names.NodeSelector A class for selecting a specific node based on a key or a set of keys.NodeTracker A class which can track specific nodes in anInMemoryNodeModel
.NodeTracker.TrackedNodeData A simple data class holding information about a tracked node.NodeTreeWalker A class providing different algorithms for traversing a hierarchy of configuration nodes.NodeUpdateData A simple data class used by node models to store parameters of an update operation.QueryResult A data class representing a single query result produced by anExpressionEngine
.ReferenceNodeHandler An extension of theNodeHandler
interface which allows access to so-called references stored for a node.ReferenceTracker A class which allows anInMemoryNodeModel
to associate arbitrary objects with nodes.TreeData An internally used helper class for storing information about the managed node structure. -
Classes in org.apache.commons.configuration2.tree used by org.apache.commons.configuration2.tree.xpath Class Description ExpressionEngine Definition of an interface for evaluating keys for hierarchical configurations.NodeAddData A simple data class used byExpressionEngine
to store the results of theprepareAdd()
operation.NodeHandler Definition of an interface for accessing the data of a configuration node.QueryResult A data class representing a single query result produced by anExpressionEngine
.