net.sf.jour.filter
Class TimeMatchFilter

java.lang.Object
  extended by net.sf.jour.filter.MatchFilter
      extended by net.sf.jour.filter.TimeMatchFilter
All Implemented Interfaces:
Filter

public class TimeMatchFilter
extends MatchFilter


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

log

protected static final Logger log
Method Detail

isValid

public boolean isValid()

debug

public void debug()
Specified by:
debug in class MatchFilter

matchState

public int matchState(java.lang.Object obj)
Specified by:
matchState in class MatchFilter

isEnabled

public boolean isEnabled()
Returns:
Returns the enabled.

setEnabled

public void setEnabled(boolean enabled)
Parameters:
enabled - The enabled to set.


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