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.PlaceholderResourceEntryNested 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 -
Method Summary
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, writeModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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 Details
-
PlaceholderResourceEntry
-
PlaceholderResourceEntry
-
-
Method Details
-
getName
Description copied from interface:Resource.ResourceEntryGet the name this resource was registered under.- Specified by:
getNamein interfaceResource.ResourceEntry- Returns:
- the resource name
-
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
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
-
hashCode
public int hashCode() -
equals
-