fr.jayasoft.ivy.matcher
Class AnyMatcher

java.lang.Object
  extended byfr.jayasoft.ivy.matcher.AnyMatcher
All Implemented Interfaces:
Matcher

public class AnyMatcher
extends java.lang.Object
implements Matcher


Method Summary
static Matcher getInstance()
           
 boolean isExact()
           
 boolean matches(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Matcher getInstance()

matches

public boolean matches(java.lang.String str)
Specified by:
matches in interface Matcher

isExact

public boolean isExact()
Specified by:
isExact in interface Matcher