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.operationsStores the operations to be executed during this transaction.Methods in org.apache.commons.configuration2.tree that return ModelTransaction.OperationsModifier and TypeMethodDescription(package private) ModelTransaction.OperationsModelTransaction.fetchOperations(ImmutableNode target, int level) Obtains theOperationsobject for manipulating the specified node.Methods in org.apache.commons.configuration2.tree with parameters of type ModelTransaction.OperationsModifier and TypeMethodDescriptionprotected ImmutableNodeModelTransaction.AddAttributeOperation.apply(ImmutableNode target, ModelTransaction.Operations operations) protected ImmutableNodeModelTransaction.AddAttributesOperation.apply(ImmutableNode target, ModelTransaction.Operations operations) protected ImmutableNodeModelTransaction.ChangeNodeNameOperation.apply(ImmutableNode target, ModelTransaction.Operations operations) protected ImmutableNodeModelTransaction.ChangeNodeValueOperation.apply(ImmutableNode target, ModelTransaction.Operations operations) protected ImmutableNodeModelTransaction.ChildrenUpdateOperation.apply(ImmutableNode target, ModelTransaction.Operations operations) Executes this operation on the provided target node returning the result.protected abstract ImmutableNodeModelTransaction.Operation.apply(ImmutableNode target, ModelTransaction.Operations operations) Executes this operation on the provided target node returning the result.protected ImmutableNodeModelTransaction.RemoveAttributeOperation.apply(ImmutableNode target, ModelTransaction.Operations operations)