Package org.jboss.as.controller.registry
Class PlaceholderResource.PlaceholderResourceEntry
- java.lang.Object
-
- org.jboss.as.controller.registry.PlaceholderResource
-
- org.jboss.as.controller.registry.PlaceholderResource.PlaceholderResourceEntry
-
- All Implemented Interfaces:
Cloneable,Resource,Resource.ResourceEntry
- Enclosing class:
- PlaceholderResource
public static class PlaceholderResource.PlaceholderResourceEntry extends PlaceholderResource implements Resource.ResourceEntry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.controller.registry.PlaceholderResource
PlaceholderResource.PlaceholderResourceEntry
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.registry.Resource
Resource.Factory, Resource.NoSuchResourceException, Resource.ResourceEntry, Resource.Tools
-
-
Field Summary
-
Fields inherited from class org.jboss.as.controller.registry.PlaceholderResource
INSTANCE
-
-
Constructor Summary
Constructors Constructor Description PlaceholderResourceEntry(String type, String name)PlaceholderResourceEntry(PathElement path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlaceholderResource.PlaceholderResourceEntryclone()Creates and returns a copy of this resource.booleanequals(Object object)StringgetName()Get the name this resource was registered under.PathElementgetPathElement()Get the path element this resource was registered under.inthashCode()-
Methods inherited from class org.jboss.as.controller.registry.PlaceholderResource
getChild, getChildren, getChildrenNames, getChildTypes, getModel, getOrderedChildTypes, hasChild, hasChildren, isModelDefined, isProxy, isRuntime, navigate, registerChild, registerChild, removeChild, requireChild, writeModel
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.controller.registry.Resource
getChild, getChildren, getChildrenNames, getChildTypes, getModel, getOrderedChildTypes, hasChild, hasChildren, isModelDefined, isProxy, isRuntime, navigate, registerChild, registerChild, removeChild, requireChild, shallowCopy, writeModel
-
-
-
-
Constructor Detail
-
PlaceholderResourceEntry
public PlaceholderResourceEntry(PathElement path)
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:Resource.ResourceEntryGet the name this resource was registered under.- Specified by:
getNamein interfaceResource.ResourceEntry- Returns:
- the resource name
-
getPathElement
public PathElement getPathElement()
Description copied from interface:Resource.ResourceEntryGet the path element this resource was registered under.- Specified by:
getPathElementin interfaceResource.ResourceEntry- Returns:
- the path element
-
clone
public PlaceholderResource.PlaceholderResourceEntry clone()
Description copied from interface:ResourceCreates and returns a copy of this resource.- Specified by:
clonein interfaceResource- Overrides:
clonein classPlaceholderResource- Returns:
- the clone. Will not return
null
-
-