SimpleRegexMatcher
public abstract class RegexMatcher
extends java.lang.Object
Constructor | Description |
---|---|
RegexMatcher() |
Modifier and Type | Method | Description |
---|---|---|
abstract boolean |
match(java.lang.String pathPattern,
java.lang.String rulePattern) |
Returns true if the given pattern matches the given path
according to the regex algorithm that this strategy applies.
|
public abstract boolean match(java.lang.String pathPattern, java.lang.String rulePattern)
pathPattern
- the standard digester path representing the elementrulePattern
- the regex pattern the path will be tested againstCopyright 2001-2005 The Apache Software Foundation.