Interface SubsystemResourceDefinitionRegistrar

All Superinterfaces:
ResourceDefinitionRegistrar<org.jboss.as.controller.SubsystemRegistration>

public interface SubsystemResourceDefinitionRegistrar extends ResourceDefinitionRegistrar<org.jboss.as.controller.SubsystemRegistration>
Registers the root resource definition of a subsystem.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jboss.as.controller.PathElement
    pathElement(String subsystemName)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use SubsystemResourceRegistration instead.

    Methods inherited from interface org.wildfly.subsystem.resource.ResourceDefinitionRegistrar

    register
  • Method Details

    • pathElement

      @Deprecated(forRemoval=true, since="28.0") static org.jboss.as.controller.PathElement pathElement(String subsystemName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use SubsystemResourceRegistration instead.
      Returns the PathElement for the specified subsystem
      Parameters:
      subsystemName - a subsystem name
      Returns:
      the path element of the specified subsystem