|
||||||||||
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.TimeMatchFilter
public class TimeMatchFilter
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 |
Method Summary | |
---|---|
void |
debug()
|
boolean |
isEnabled()
|
boolean |
isValid()
|
int |
matchState(java.lang.Object obj)
|
void |
setEnabled(boolean enabled)
|
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 Logger log
Method Detail |
---|
public boolean isValid()
public void debug()
debug
in class MatchFilter
public int matchState(java.lang.Object obj)
matchState
in class MatchFilter
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- The enabled to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |