org.apache.ivy.plugins.matcher

Class GlobPatternMatcher

public final class GlobPatternMatcher extends AbstractPatternMatcher

A pattern matcher matching input using unix-like glob matcher expressions. Meta characters are:

Note that this matcher is available only with in your classpath.

See Also: GlobCompiler

Field Summary
static GlobPatternMatcherINSTANCE
Constructor Summary
GlobPatternMatcher()
Method Summary
protected MatchernewMatcher(String expression)

Field Detail

INSTANCE

public static final GlobPatternMatcher INSTANCE

Constructor Detail

GlobPatternMatcher

public GlobPatternMatcher()

Method Detail

newMatcher

protected Matcher newMatcher(String expression)