java.lang.Object
org.apache.sling.resourceresolver.impl.providers.tree.PathTree<T>

public class PathTree<T extends Pathable> extends Object
  • Constructor Details

    • PathTree

      public PathTree(List<T> values)
  • Method Details

    • getBestMatchingNode

      public Node<T> getBestMatchingNode(String path)
    • getNode

      public Node<T> getNode(String path)