Uses of Class
org.apache.commons.configuration2.tree.ModelTransaction.Operations
Packages that use ModelTransaction.Operations
Package
Description
A package with helper and utility classes used by hierarchical configurations.
-
Uses of ModelTransaction.Operations in org.apache.commons.configuration2.tree
Fields in org.apache.commons.configuration2.tree with type parameters of type ModelTransaction.OperationsModifier and TypeFieldDescriptionprivate final SortedMap<Integer,
Map<ImmutableNode, ModelTransaction.Operations>> ModelTransaction.operations
Stores the operations to be executed during this transaction.Methods in org.apache.commons.configuration2.tree that return ModelTransaction.OperationsModifier and TypeMethodDescription(package private) ModelTransaction.Operations
ModelTransaction.fetchOperations
(ImmutableNode target, int level) Obtains theOperations
object for manipulating the specified node.Methods in org.apache.commons.configuration2.tree with parameters of type ModelTransaction.OperationsModifier and TypeMethodDescriptionprotected ImmutableNode
ModelTransaction.AddAttributeOperation.apply
(ImmutableNode target, ModelTransaction.Operations operations) protected ImmutableNode
ModelTransaction.AddAttributesOperation.apply
(ImmutableNode target, ModelTransaction.Operations operations) protected ImmutableNode
ModelTransaction.ChangeNodeNameOperation.apply
(ImmutableNode target, ModelTransaction.Operations operations) protected ImmutableNode
ModelTransaction.ChangeNodeValueOperation.apply
(ImmutableNode target, ModelTransaction.Operations operations) protected ImmutableNode
ModelTransaction.ChildrenUpdateOperation.apply
(ImmutableNode target, ModelTransaction.Operations operations) Executes this operation on the provided target node returning the result.protected abstract ImmutableNode
ModelTransaction.Operation.apply
(ImmutableNode target, ModelTransaction.Operations operations) Executes this operation on the provided target node returning the result.protected ImmutableNode
ModelTransaction.RemoveAttributeOperation.apply
(ImmutableNode target, ModelTransaction.Operations operations)