public abstract class RegexMatcher extends Object
Constructor and Description |
---|
RegexMatcher() |
Modifier and Type | Method and Description |
---|---|
abstract 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.
|
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–2019 The Apache Software Foundation. All rights reserved.