Uses of Class
com.pressassociation.pr.match.Leaf
-
Packages that use Leaf Package Description com.pressassociation.pr.match -
-
Uses of Leaf in com.pressassociation.pr.match
Methods in com.pressassociation.pr.match that return Leaf Modifier and Type Method Description static LeafLeaf. copyOf(Iterable<String> pathParts)Create a Leaf from the list of parts.static LeafLeaf. fromPath(CharSequence path)Create a new leaf from the given path.static LeafLeaf. of(String pathPart)Create a new Leaf from a single part.Methods in com.pressassociation.pr.match with parameters of type Leaf Modifier and Type Method Description booleanMatcher. apply(Leaf input)Deprecated.This method exists solely to satisfy the Predicate contract, useMatcher.matches(Leaf)instead.abstract booleanMatcher. matches(Leaf leaf)Return whether this matcher pattern exactly matches the given leaf.abstract booleanMatcher. matchesParent(Leaf node)Returns whether any of the leafs that this instancematchesstart with the given node.
-