| Package | Description | 
|---|---|
| org.apache.commons.configuration2 | 
 
 The Configuration main package. 
 | 
| org.apache.commons.configuration2.tree | 
 
 A package with helper and utility classes used by hierarchical configurations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected NodeModel<ImmutableNode> | 
BaseHierarchicalConfiguration.cloneNodeModel()
Creates a clone of the node model. 
 | 
protected abstract NodeModel<T> | 
AbstractHierarchicalConfiguration.cloneNodeModel()
Creates a clone of the node model. 
 | 
protected NodeModel<ImmutableNode> | 
SubnodeConfiguration.cloneNodeModel()
Creates a clone of the node model. 
 | 
protected NodeModel<T> | 
AbstractHierarchicalConfiguration.getModel()
Returns the  
NodeModel used by this configuration. | 
NodeModel<T> | 
AbstractHierarchicalConfiguration.getNodeModel()
Returns the  
NodeModel supported by this object. | 
| Constructor and Description | 
|---|
AbstractHierarchicalConfiguration(NodeModel<T> nodeModel)
Creates a new instance of  
AbstractHierarchicalConfiguration and
 sets the NodeModel to be used. | 
BaseHierarchicalConfiguration(NodeModel<ImmutableNode> model)
Creates a new instance of  
BaseHierarchicalConfiguration and
 initializes it with the given NodeModel. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InMemoryNodeModel
 A specialized node model implementation which operates on
  
ImmutableNode structures. | 
class  | 
TrackedNodeModel
 A specialized  
NodeModel implementation that uses a tracked node
 managed by an InMemoryNodeModel object as root node. | 
| Modifier and Type | Method and Description | 
|---|---|
NodeModel<T> | 
NodeModelSupport.getNodeModel()
Returns the  
NodeModel supported by this object. | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.