Uses of Class
com.pressassociation.pr.match.Matcher
-
Packages that use Matcher Package Description com.pressassociation.pr.match -
-
Uses of Matcher in com.pressassociation.pr.match
Methods in com.pressassociation.pr.match that return Matcher Modifier and Type Method Description static MatcherMatcher. all()Return a matcher that will match all paths.static MatcherMatcher. of(CharSequence fields)Get a new Matcher that will match against the given fields string.MatcherMatcher. transform(com.google.common.base.Function<? super String,String> nameTransformer)Transform the words in the given matcher according to the nameTransformer given.
-