Class AbstractAddStepHandler.Parameters

java.lang.Object
org.jboss.as.controller.AbstractAddStepHandler.Parameters
Enclosing class:
AbstractAddStepHandler

@Deprecated(forRemoval=true) public static class AbstractAddStepHandler.Parameters extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use default constructor instead. Operation parameters are determined via the OperationDefinition.getParameters() of the ModelDescriptionConstants#ADD operation associated resource.
  • Field Details

    • attributes

      protected Set<AttributeDefinition> attributes
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • Parameters

      public Parameters()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details