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.childrenOperationAn operation for manipulating child nodes.Methods in org.apache.commons.configuration2.tree with parameters of type ModelTransaction.ChildrenUpdateOperationModifier and TypeMethodDescriptionvoidModelTransaction.Operations.addChildrenOperation(ModelTransaction.ChildrenUpdateOperation co) Adds an operation which manipulates children.voidModelTransaction.ChildrenUpdateOperation.combine(ModelTransaction.ChildrenUpdateOperation op) Adds all operations defined by the specified object to this instance.