org.apache.ivy.plugins.matcher

Class RegexpPatternMatcher

public final class RegexpPatternMatcher extends AbstractPatternMatcher

A pattern matcher matching input using regular expressions.

See Also: Pattern

Field Summary
static RegexpPatternMatcherINSTANCE
Constructor Summary
RegexpPatternMatcher()
Method Summary
protected MatchernewMatcher(String expression)

Field Detail

INSTANCE

public static final RegexpPatternMatcher INSTANCE

Constructor Detail

RegexpPatternMatcher

public RegexpPatternMatcher()

Method Detail

newMatcher

protected Matcher newMatcher(String expression)