Class ModelTransaction.RemoveAttributeOperation

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

private static final class ModelTransaction.RemoveAttributeOperation extends ModelTransaction.Operation
A specialized operation class for removing an attribute from a target node.
  • Field Details

    • attributeName

      private final String attributeName
      The attribute name.
  • Constructor Details

    • RemoveAttributeOperation

      public RemoveAttributeOperation(String name)
      Creates a new instance of RemoveAttributeOperation.
      Parameters:
      name - the name of the attribute
  • Method Details