Class ResourceTree

java.lang.Object
org.apache.sling.cms.ResourceTree

public class ResourceTree extends Object
  • Method Details

    • stream

      public static Stream<ResourceTree> stream(org.apache.sling.api.resource.Resource resource)
    • 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()