fr.jayasoft.ivy.matcher
Class ExactPatternMatcher.ExactMatcher

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

public static class ExactPatternMatcher.ExactMatcher
extends java.lang.Object
implements Matcher


Field Summary
protected  java.lang.String _exp
           
 
Constructor Summary
ExactPatternMatcher.ExactMatcher(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
 

Field Detail

_exp

protected java.lang.String _exp
Constructor Detail

ExactPatternMatcher.ExactMatcher

public ExactPatternMatcher.ExactMatcher(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