|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jour.filter.MatchFilter
net.sf.jour.filter.TimeMatchFilter
Field Summary | |
protected static org.apache.log4j.Logger |
log
|
(package private) double |
timeFrom
|
(package private) double |
timeTo
|
Fields inherited from class net.sf.jour.filter.MatchFilter |
debug, MATCH_EXACT, MATCH_EXCLUDE, MATCH_NO, MATCH_YES, name |
Constructor Summary | |
(package private) |
TimeMatchFilter(java.lang.String comp)
|
(package private) |
TimeMatchFilter(java.lang.String sFrom,
java.lang.String sTo,
java.lang.String comp)
|
Method Summary | |
void |
debug()
|
boolean |
isValid()
|
int |
matchState(java.lang.Object obj)
|
Methods inherited from class net.sf.jour.filter.MatchFilter |
b2Match, isMatch, match2String, notMatch |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final org.apache.log4j.Logger log
double timeFrom
double timeTo
Constructor Detail |
TimeMatchFilter(java.lang.String comp)
TimeMatchFilter(java.lang.String sFrom, java.lang.String sTo, java.lang.String comp)
Method Detail |
public boolean isValid()
public void debug()
debug
in class MatchFilter
public int matchState(java.lang.Object obj)
matchState
in class MatchFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |