org.apache.sling.jmx.provider.impl
Class AttributeResource
java.lang.Object
org.apache.sling.api.adapter.SlingAdaptable
org.apache.sling.api.resource.AbstractResource
org.apache.sling.jmx.provider.impl.AttributeResource
- All Implemented Interfaces:
- org.apache.sling.api.adapter.Adaptable, org.apache.sling.api.resource.Resource
public class AttributeResource
- extends org.apache.sling.api.resource.AbstractResource
Fields inherited from interface org.apache.sling.api.resource.Resource |
RESOURCE_TYPE_NON_EXISTING |
Methods inherited from class org.apache.sling.api.resource.AbstractResource |
getChild, getChildren, getName, getValueMap, hasChildren, isResourceType, listChildren |
Methods inherited from class org.apache.sling.api.adapter.SlingAdaptable |
setAdapterManager, unsetAdapterManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeResource
public AttributeResource(org.apache.sling.api.resource.ResourceResolver resolver,
String path,
MBeanAttributeInfo info,
Object value,
AttributesResource parent)
getParent
public org.apache.sling.api.resource.Resource getParent()
- Specified by:
getParent
in interface org.apache.sling.api.resource.Resource
- Overrides:
getParent
in class org.apache.sling.api.resource.AbstractResource
getPath
public String getPath()
- See Also:
Resource.getPath()
getResourceType
public String getResourceType()
- See Also:
Resource.getResourceType()
getResourceSuperType
public String getResourceSuperType()
- See Also:
Resource.getResourceSuperType()
getResourceMetadata
public org.apache.sling.api.resource.ResourceMetadata getResourceMetadata()
- See Also:
Resource.getResourceMetadata()
getResourceResolver
public org.apache.sling.api.resource.ResourceResolver getResourceResolver()
- See Also:
Resource.getResourceResolver()
adaptTo
public <AdapterType> AdapterType adaptTo(Class<AdapterType> type)
- Specified by:
adaptTo
in interface org.apache.sling.api.adapter.Adaptable
- Overrides:
adaptTo
in class org.apache.sling.api.adapter.SlingAdaptable
getChildResource
public org.apache.sling.api.resource.Resource getChildResource(String subPath)
getChildren
public Iterator<org.apache.sling.api.resource.Resource> getChildren(String parentPath,
String subPath)
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.