Uses of Class
org.apache.jackrabbit.spi.commons.name.MatchResult
-
Packages that use MatchResult Package Description org.apache.jackrabbit.spi.commons.name -
-
Uses of MatchResult in org.apache.jackrabbit.spi.commons.name
Methods in org.apache.jackrabbit.spi.commons.name that return MatchResult Modifier and Type Method Description static MatchResult
Matcher. findMatch(Pattern pattern, Path input)
Find the first match of a pattern in a path.static MatchResult
Matcher. findMatch(Pattern pattern, Path input, int pos)
Find the first match of a pattern in a path starting at a given position.MatchResult
Pattern. match(Path input)
Matches this pattern against the input.
-