Uses of Class
org.apache.commons.configuration2.tree.ModelTransaction.Operation
Packages that use ModelTransaction.Operation
Package
Description
A package with helper and utility classes used by hierarchical configurations.
-
Uses of ModelTransaction.Operation in org.apache.commons.configuration2.tree
Subclasses of ModelTransaction.Operation in org.apache.commons.configuration2.treeModifier and TypeClassDescriptionprivate static final class
A specialized operation class for adding an attribute to a target node.private static final class
A specialized operation class for adding multiple attributes to a target node.private static final class
A specialized operation class which changes the name of a node.private static final class
A specialized operation class which changes the value of a node.private final class
A specializedOperation
implementation for replacing the children of a target node.private static final class
A specialized operation class for removing an attribute from a target node.Fields in org.apache.commons.configuration2.tree with type parameters of type ModelTransaction.OperationModifier and TypeFieldDescriptionprivate Collection
<ModelTransaction.Operation> ModelTransaction.Operations.operations
A collection for the other operations to be performed on the target node.Methods in org.apache.commons.configuration2.tree with parameters of type ModelTransaction.OperationModifier and TypeMethodDescriptionvoid
ModelTransaction.Operations.addOperation
(ModelTransaction.Operation op) Adds an operation.