|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ivy.plugins.matcher.AbstractPatternMatcher
org.apache.ivy.plugins.matcher.GlobPatternMatcher
public final class GlobPatternMatcher
A pattern matcher matching input using unix-like glob matcher expressions. Meta characters are:
| Field Summary | |
|---|---|
static GlobPatternMatcher |
INSTANCE
|
| Fields inherited from interface org.apache.ivy.plugins.matcher.PatternMatcher |
|---|
ANY_EXPRESSION, EXACT, EXACT_OR_REGEXP, GLOB, REGEXP |
| Constructor Summary | |
|---|---|
GlobPatternMatcher()
|
|
| Method Summary | |
|---|---|
protected Matcher |
newMatcher(java.lang.String expression)
Returns an instance of the implementation specific matcher. |
| Methods inherited from class org.apache.ivy.plugins.matcher.AbstractPatternMatcher |
|---|
getMatcher, getName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final GlobPatternMatcher INSTANCE
| Constructor Detail |
|---|
public GlobPatternMatcher()
| Method Detail |
|---|
protected Matcher newMatcher(java.lang.String expression)
AbstractPatternMatcher
newMatcher in class AbstractPatternMatcherexpression - the string to be matched.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||