Class ContentFileResourceMapper
java.lang.Object
org.apache.sling.fsprovider.internal.mapper.ContentFileResourceMapper
-
Constructor Summary
ConstructorsConstructorDescriptionContentFileResourceMapper
(String providerRoot, File providerFile, org.apache.sling.fsprovider.internal.ContentFileExtensions contentFileExtensions, ContentFileCache contentFileCache, org.apache.sling.fsprovider.internal.FileStatCache fileStatCache) -
Method Summary
Modifier and TypeMethodDescriptionIterator<org.apache.sling.api.resource.Resource>
getChildren
(org.apache.sling.api.resource.ResourceResolver resolver, org.apache.sling.api.resource.Resource parent) org.apache.sling.api.resource.Resource
getResource
(org.apache.sling.api.resource.ResourceResolver resolver, String resourcePath)
-
Constructor Details
-
ContentFileResourceMapper
public ContentFileResourceMapper(String providerRoot, File providerFile, org.apache.sling.fsprovider.internal.ContentFileExtensions contentFileExtensions, ContentFileCache contentFileCache, org.apache.sling.fsprovider.internal.FileStatCache fileStatCache)
-
-
Method Details
-
getResource
public org.apache.sling.api.resource.Resource getResource(org.apache.sling.api.resource.ResourceResolver resolver, String resourcePath) -
getChildren
public Iterator<org.apache.sling.api.resource.Resource> getChildren(org.apache.sling.api.resource.ResourceResolver resolver, org.apache.sling.api.resource.Resource parent)
-