Package org.jboss.as.controller
Class ResourceRegistration.DefaultResourceRegistration
- java.lang.Object
-
- org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration
-
- All Implemented Interfaces:
Feature,ResourceRegistration
- Enclosing interface:
- ResourceRegistration
public static class ResourceRegistration.DefaultResourceRegistration extends Object implements ResourceRegistration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
ResourceRegistration.DefaultResourceRegistration
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)PathElementgetPathElement()Returns the path element under which this resource is registered with its parent resource, ornullif this is the root resource.inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jboss.as.controller.Feature
getStability
-
-
-
-
Method Detail
-
getPathElement
public PathElement getPathElement()
Description copied from interface:ResourceRegistrationReturns the path element under which this resource is registered with its parent resource, ornullif this is the root resource.- Specified by:
getPathElementin interfaceResourceRegistration- Returns:
- the path element, or
nullif this is the root resource.
-
-