fr.jayasoft.ivy.matcher
Class GlobPatternMatcher

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

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


Nested Class Summary
static class GlobPatternMatcher.GlobMatcher
           
 
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