Package org.wildfly.subsystem.resource
Interface SubsystemResourceDefinitionRegistrar
-
- All Superinterfaces:
ResourceDefinitionRegistrar<SubsystemRegistration>
public interface SubsystemResourceDefinitionRegistrar extends ResourceDefinitionRegistrar<SubsystemRegistration>
Registers the root resource definition of a subsystem.- Author:
- Paul Ferraro
-
-
Method Summary
Static Methods Modifier and Type Method Description static PathElementpathElement(String subsystemName)Returns thePathElementfor the specified subsystem-
Methods inherited from interface org.wildfly.subsystem.resource.ResourceDefinitionRegistrar
register
-
-
-
-
Method Detail
-
pathElement
static PathElement pathElement(String subsystemName)
Returns thePathElementfor the specified subsystem- Parameters:
subsystemName- a subsystem name- Returns:
- the path element of the specified subsystem
-
-