Package org.apache.sling.cms
Class ResourceTree
java.lang.Object
org.apache.sling.cms.ResourceTree
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sling.api.resource.Resourcestatic Stream<ResourceTree>stream(org.apache.sling.api.resource.Resource resource) static Stream<ResourceTree>static Stream<ResourceTree>stream(org.apache.sling.api.resource.Resource resource, Predicate<org.apache.sling.api.resource.Resource> filterTraversal, Predicate<ResourceTree> filterInclude)
-
Method Details
-
stream
-
stream
public static Stream<ResourceTree> stream(org.apache.sling.api.resource.Resource resource, String filterType) -
stream
public static Stream<ResourceTree> stream(org.apache.sling.api.resource.Resource resource, Predicate<org.apache.sling.api.resource.Resource> filterTraversal, Predicate<ResourceTree> filterInclude) -
getResource
public org.apache.sling.api.resource.Resource getResource()
-