public abstract class RegexMatcher extends Object
Constructor and Description |
---|
RegexMatcher() |
public RegexMatcher()
public abstract boolean match(String pathPattern, String rulePattern)
pathPattern
- the standard digester path representing the elementrulePattern
- the regex pattern the path will be tested againstCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.