net.sf.jour.filter
Class BasicFilter

java.lang.Object
  extended by net.sf.jour.filter.MatchFilter
      extended by net.sf.jour.filter.BasicFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
MatchListFilter, MatchStringFilter

public abstract class BasicFilter
extends MatchFilter

Author:
michaellif

Field Summary
protected static Logger log
           
 
Fields inherited from class net.sf.jour.filter.MatchFilter
debug, MATCH_DONT_KNOW, MATCH_EXACT, MATCH_EXCLUDE, MATCH_NO, MATCH_YES, name
 
Constructor Summary
BasicFilter()
           
 
Method Summary
protected static boolean accept(java.util.regex.Pattern pattern, java.lang.String str)
           
static java.util.regex.Pattern getGlobPattern(java.lang.String globPattern)
           
 
Methods inherited from class net.sf.jour.filter.MatchFilter
b2Match, debug, isMatch, match2String, matchState, notMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Logger log
Constructor Detail

BasicFilter

public BasicFilter()
Method Detail

getGlobPattern

public static java.util.regex.Pattern getGlobPattern(java.lang.String globPattern)

accept

protected static boolean accept(java.util.regex.Pattern pattern,
                                java.lang.String str)


Copyright © 2004-2008 pyx4j.com. All Rights Reserved.