public final class GlobPatternMatcher extends AbstractPatternMatcher
NOTE: this matcher is available only with Apache Jakarta ORO 2.0.8 in your classpath.
Modifier and Type | Field and Description |
---|---|
static GlobPatternMatcher |
INSTANCE |
ANY_EXPRESSION, EXACT, EXACT_OR_REGEXP, GLOB, REGEXP
Constructor and Description |
---|
GlobPatternMatcher() |
Modifier and Type | Method and Description |
---|---|
protected Matcher |
newMatcher(java.lang.String expression)
Returns an instance of the implementation specific matcher.
|
getMatcher, getName, toString
public static final GlobPatternMatcher INSTANCE
protected Matcher newMatcher(java.lang.String expression)
AbstractPatternMatcher
newMatcher
in class AbstractPatternMatcher
expression
- the string to be matched.Copyright ©2007-2022 The Apache Software Foundation, Licensed under Apache License, Version 2.0.