Uses of Class
org.apache.commons.configuration2.tree.ModelTransaction.Operation
-
Packages that use ModelTransaction.Operation Package Description org.apache.commons.configuration2.tree 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.tree Modifier and Type Class Description private static class
ModelTransaction.AddAttributeOperation
A specialized operation class for adding an attribute to a target node.private static class
ModelTransaction.AddAttributesOperation
A specialized operation class for adding multiple attributes to a target node.private static class
ModelTransaction.ChangeNodeNameOperation
A specialized operation class which changes the name of a node.private static class
ModelTransaction.ChangeNodeValueOperation
A specialized operation class which changes the value of a node.private class
ModelTransaction.ChildrenUpdateOperation
A specializedOperation
implementation for replacing the children of a target node.private static class
ModelTransaction.RemoveAttributeOperation
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.Operation Modifier and Type Field Description private java.util.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.Operation Modifier and Type Method Description void
ModelTransaction.Operations. addOperation(ModelTransaction.Operation op)
Adds an operation.
-