Uses of Class
org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
Packages that use ModelTransaction.ChildrenUpdateOperation
Package
Description
A package with helper and utility classes used by hierarchical configurations.
-
Uses of ModelTransaction.ChildrenUpdateOperation in org.apache.commons.configuration2.tree
Fields in org.apache.commons.configuration2.tree declared as ModelTransaction.ChildrenUpdateOperationModifier and TypeFieldDescriptionModelTransaction.Operations.childrenOperation
An operation for manipulating child nodes.Methods in org.apache.commons.configuration2.tree with parameters of type ModelTransaction.ChildrenUpdateOperationModifier and TypeMethodDescriptionvoid
ModelTransaction.Operations.addChildrenOperation
(ModelTransaction.ChildrenUpdateOperation co) Adds an operation which manipulates children.void
ModelTransaction.ChildrenUpdateOperation.combine
(ModelTransaction.ChildrenUpdateOperation op) Adds all operations defined by the specified object to this instance.