org.apache.ivy.plugins.matcher

Class AnyMatcher

public class AnyMatcher extends Object implements Matcher

A matcher that will match everything.
Field Summary
static MatcherINSTANCE
Constructor Summary
AnyMatcher()
Method Summary
booleanisExact()
booleanmatches(String input)

Field Detail

INSTANCE

public static final Matcher INSTANCE

Constructor Detail

AnyMatcher

public AnyMatcher()

Method Detail

isExact

public boolean isExact()

matches

public boolean matches(String input)