org.apache.ivy.plugins.matcher

Class NoMatcher

public final class NoMatcher extends Object implements Matcher

A matcher that matches nothing.
Field Summary
static MatcherINSTANCE
Constructor Summary
NoMatcher()
Method Summary
booleanisExact()
booleanmatches(String input)

Field Detail

INSTANCE

public static final Matcher INSTANCE

Constructor Detail

NoMatcher

public NoMatcher()

Method Detail

isExact

public boolean isExact()

matches

public boolean matches(String input)