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 |
---|---|
InMemoryNodeModel |
BaseHierarchicalConfiguration.getNodeModel()
Returns the
NodeModel supported by this object. |
InMemoryNodeModel |
SubnodeConfiguration.getNodeModel()
Returns the
NodeModel supported by this object. |
InMemoryNodeModel |
SubnodeConfiguration.getRootNodeModel()
Returns the node model of the root configuration.
|
protected InMemoryNodeModel |
BaseHierarchicalConfiguration.getSubConfigurationParentModel()
Returns the
InMemoryNodeModel to be used as parent model for a
new sub configuration. |
protected InMemoryNodeModel |
SubnodeConfiguration.getSubConfigurationParentModel()
Returns the
InMemoryNodeModel to be used as parent model for a
new sub configuration. |
Modifier and Type | Method and Description |
---|---|
InMemoryNodeModel |
InMemoryNodeModelSupport.getNodeModel()
Returns the
NodeModel supported by this object. |
InMemoryNodeModel |
TrackedNodeModel.getParentModel()
Returns the parent model.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.