org.shiftone.jrat.util.regex
Interface Matcher

All Known Implementing Classes:
CompositeMatcher, ConstantMatcher, GlobMatcher, ToLowerMatcher

public interface Matcher

Author:
jeff@shiftone.org (Jeff Drost)

Field Summary
static Matcher ALL
           
static Matcher NONE
           
 
Method Summary
 boolean isMatch(java.lang.String inputString)
           
 

Field Detail

ALL

static final Matcher ALL

NONE

static final Matcher NONE
Method Detail

isMatch

boolean isMatch(java.lang.String inputString)