fr.jayasoft.ivy.matcher
Class GlobPatternMatcher.GlobMatcher

java.lang.Object
  extended byfr.jayasoft.ivy.matcher.GlobPatternMatcher.GlobMatcher
All Implemented Interfaces:
Matcher
Enclosing class:
GlobPatternMatcher

public static class GlobPatternMatcher.GlobMatcher
extends java.lang.Object
implements Matcher


Constructor Summary
GlobPatternMatcher.GlobMatcher(java.lang.String exp)
           
 
Method Summary
 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
 

Constructor Detail

GlobPatternMatcher.GlobMatcher

public GlobPatternMatcher.GlobMatcher(java.lang.String exp)
Method Detail

matches

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

isExact

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