Uses of Class
org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
-
Packages that use ModelTransaction.ChildrenUpdateOperation Package Description org.apache.commons.configuration2.tree 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.ChildrenUpdateOperation Modifier and Type Field Description private ModelTransaction.ChildrenUpdateOperation
ModelTransaction.Operations. childrenOperation
An operation for manipulating child nodes.Methods in org.apache.commons.configuration2.tree with parameters of type ModelTransaction.ChildrenUpdateOperation Modifier and Type Method Description void
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.
-