fr.jayasoft.ivy.matcher
Class ExactPatternMatcher

java.lang.Object
  extended byfr.jayasoft.ivy.matcher.ExactPatternMatcher
All Implemented Interfaces:
PatternMatcher

public final class ExactPatternMatcher
extends java.lang.Object
implements PatternMatcher


Nested Class Summary
static class ExactPatternMatcher.ExactMatcher
           
 
Field Summary
 
Fields inherited from interface fr.jayasoft.ivy.matcher.PatternMatcher
ANY_EXPRESSION, EXACT, EXACT_OR_REGEXP, GLOB, REGEXP
 
Method Summary
static PatternMatcher getInstance()
           
 Matcher getMatcher(java.lang.String exp)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PatternMatcher getInstance()

getName

public java.lang.String getName()
Specified by:
getName in interface PatternMatcher

getMatcher

public Matcher getMatcher(java.lang.String exp)
Specified by:
getMatcher in interface PatternMatcher