Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » [javadoc | source]
org.apache.commons.digester
abstract public class: RegexMatcher [javadoc | source]
java.lang.Object
   org.apache.commons.digester.RegexMatcher

Direct Known Subclasses:
    SimpleRegexMatcher

Regular expression matching strategy for RegexRules.
Method from org.apache.commons.digester.RegexMatcher Summary:
match
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.RegexMatcher Detail:
 abstract public boolean match(String pathPattern,
    String rulePattern)
    Returns true if the given pattern matches the given path according to the regex algorithm that this strategy applies.