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 |
| 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. |