SimpleRegexMatcherpublic 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 RegexMatcher()
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 against