Uses of Class
org.apache.commons.configuration2.tree.ModelTransaction.Operations
-
Packages that use ModelTransaction.Operations Package Description org.apache.commons.configuration2.tree 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.Operations Modifier and Type Field Description private java.util.SortedMap<java.lang.Integer,java.util.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.Operations Modifier and Type Method Description (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.Operations Modifier and Type Method Description protected 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)
-