Uses of Class
org.apache.commons.configuration2.tree.ImmutableNode.Builder
Packages that use ImmutableNode.Builder
Package
Description
A package with helper and utility classes used by hierarchical configurations.
-
Uses of ImmutableNode.Builder in org.apache.commons.configuration2.tree
Methods in org.apache.commons.configuration2.tree that return ImmutableNode.BuilderModifier and TypeMethodDescriptionImmutableNode.Builder.addAttribute
(String name, Object value) Adds an attribute to this builder.ImmutableNode.Builder.addAttributes
(Map<String, ?> attrs) Adds all attributes of the given map to this builder.ImmutableNode.Builder.addChild
(ImmutableNode c) Adds a child node to this builder.ImmutableNode.Builder.addChildren
(Collection<? extends ImmutableNode> children) Adds multiple child nodes to this builder.Sets the name of the node to be created.Sets the value of the node to be created.Methods in org.apache.commons.configuration2.tree with parameters of type ImmutableNode.BuilderModifier and TypeMethodDescriptionprotected void
MergeCombiner.addAttributes
(ImmutableNode.Builder result, ImmutableNode node1, ImmutableNode node2) Handles the attributes during a combination process.protected void
OverrideCombiner.addAttributes
(ImmutableNode.Builder result, ImmutableNode node1, ImmutableNode node2) Handles the attributes during a combination process.