| Package | Description | 
|---|---|
| org.apache.commons.configuration2.tree | 
 
 A package with helper and utility classes used by hierarchical configurations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ImmutableNode.Builder | 
ImmutableNode.Builder.addAttribute(String name,
            Object value)
Adds an attribute to this builder. 
 | 
ImmutableNode.Builder | 
ImmutableNode.Builder.addAttributes(Map<String,?> attrs)
Adds all attributes of the given map to this builder. 
 | 
ImmutableNode.Builder | 
ImmutableNode.Builder.addChild(ImmutableNode c)
Adds a child node to this builder. 
 | 
ImmutableNode.Builder | 
ImmutableNode.Builder.addChildren(Collection<? extends ImmutableNode> children)
Adds multiple child nodes to this builder. 
 | 
ImmutableNode.Builder | 
ImmutableNode.Builder.name(String n)
Sets the name of the node to be created. 
 | 
ImmutableNode.Builder | 
ImmutableNode.Builder.value(Object v)
Sets the value of the node to be created. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
OverrideCombiner.addAttributes(ImmutableNode.Builder result,
             ImmutableNode node1,
             ImmutableNode node2)
Handles the attributes during a combination process. 
 | 
protected void | 
MergeCombiner.addAttributes(ImmutableNode.Builder result,
             ImmutableNode node1,
             ImmutableNode node2)
Handles the attributes during a combination process. 
 | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.