PatternMatcher
public final class ExactPatternMatcher extends AbstractPatternMatcher
Modifier and Type | Field | Description |
---|---|---|
static ExactPatternMatcher |
INSTANCE |
ANY_EXPRESSION, EXACT, EXACT_OR_REGEXP, GLOB, REGEXP
Constructor | Description |
---|---|
ExactPatternMatcher() |
Modifier and Type | Method | Description |
---|---|---|
protected Matcher |
newMatcher(java.lang.String expression) |
Returns an instance of the implementation specific matcher.
|
getMatcher, getName, toString
public static final ExactPatternMatcher INSTANCE
protected Matcher newMatcher(java.lang.String expression)
AbstractPatternMatcher
newMatcher
in class AbstractPatternMatcher
expression
- the string to be matched.