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 abstract void |
BaseHierarchicalConfiguration.BuilderVisitor.insert(ImmutableNode newNode,
ImmutableNode parent,
ImmutableNode sibling1,
ImmutableNode sibling2,
ReferenceNodeHandler refHandler)
Inserts a new node into the structure constructed by this builder.
|
protected abstract void |
BaseHierarchicalConfiguration.BuilderVisitor.update(ImmutableNode node,
Object reference,
ReferenceNodeHandler refHandler)
Updates a node that already existed in the original hierarchy.
|
Modifier and Type | Method and Description |
---|---|
ReferenceNodeHandler |
InMemoryNodeModel.getReferenceNodeHandler()
Returns a
ReferenceNodeHandler object for this model. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.