org.apache.ivy.plugins.matcher

Class ExactPatternMatcher

public final class ExactPatternMatcher extends AbstractPatternMatcher

Implementation of an exact matcher.

The matching will be performed against an expression being a string. It will only matches if both strings are equal (per equals()) rule or if both strings are null.

Field Summary
static ExactPatternMatcherINSTANCE
Constructor Summary
ExactPatternMatcher()
Method Summary
protected MatchernewMatcher(String expression)

Field Detail

INSTANCE

public static final ExactPatternMatcher INSTANCE

Constructor Detail

ExactPatternMatcher

public ExactPatternMatcher()

Method Detail

newMatcher

protected Matcher newMatcher(String expression)