|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jour.filter.MatchFilter net.sf.jour.filter.BasicFilter
public abstract class BasicFilter
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 |
---|
protected static final Logger log
Constructor Detail |
---|
public BasicFilter()
Method Detail |
---|
public static java.util.regex.Pattern getGlobPattern(java.lang.String globPattern)
protected static boolean accept(java.util.regex.Pattern pattern, java.lang.String str)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |