Uses of Class
org.refcodes.matcher.AbstractWildcardMatcher
-
Uses of AbstractWildcardMatcher in org.refcodes.matcher
Subclasses of AbstractWildcardMatcher in org.refcodes.matcherModifier and TypeClassDescriptionclassThePathMatcherprovidesWildcardMatcherfunctionality for matching paths: ThePathMatchermatches its ANT like path pattern against the path provided to thePathMatcher.isMatching(String)and the like methods.classThe REGEXPRegExpMatcherprovidesWildcardMatcherfunctionality for regular expressionPatternmatching.