Class ModelTransaction.ChangeNodeNameOperation

java.lang.Object
org.apache.commons.configuration2.tree.ModelTransaction.Operation
org.apache.commons.configuration2.tree.ModelTransaction.ChangeNodeNameOperation
Enclosing class:
ModelTransaction

private static final class ModelTransaction.ChangeNodeNameOperation extends ModelTransaction.Operation
A specialized operation class which changes the name of a node.
  • Field Details

    • newName

      private final String newName
      The new node name.
  • Constructor Details

    • ChangeNodeNameOperation

      public ChangeNodeNameOperation(String name)
      Creates a new instance of ChangeNodeNameOperation and sets the new node name.
      Parameters:
      name - the new node name
  • Method Details