Package org.wildfly.subsystem.resource
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
Static MethodsModifier and TypeMethodDescriptionstatic org.jboss.as.controller.PathElementpathElement(String subsystemName) Returns thePathElementfor the specified subsystemMethods inherited from interface org.wildfly.subsystem.resource.ResourceDefinitionRegistrar
register
-
Method Details
-
pathElement
Returns thePathElementfor the specified subsystem- Parameters:
subsystemName- a subsystem name- Returns:
- the path element of the specified subsystem
-