org.shiftone.jrat.util.regex
Class ConstantMatcher

java.lang.Object
  extended by org.shiftone.jrat.util.regex.ConstantMatcher
All Implemented Interfaces:
Matcher

public class ConstantMatcher
extends java.lang.Object
implements Matcher

Author:
jeff@shiftone.org (Jeff Drost)

Field Summary
static Matcher ALL
           
static Matcher NONE
           
 
Method Summary
 boolean isMatch(java.lang.String inputString)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final Matcher ALL

NONE

public static final Matcher NONE
Method Detail

isMatch

public boolean isMatch(java.lang.String inputString)
Specified by:
isMatch in interface Matcher

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object