Interface WriteAttributeStepHandlerDescriptor

    • Method Detail

      • getAttributes

        Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
        Attributes of the add operation.
        Returns:
        a collection of attributes
      • getIgnoredAttributes

        default Collection<org.jboss.as.controller.AttributeDefinition> getIgnoredAttributes()
        Attributes (not specified by getAttributes()) will be ignored at runtime..
        Returns:
        a collection of ignored attributes