net.sf.jour.rt.view
Class ViewFilterItem

java.lang.Object
  extended bynet.sf.jour.filter.MatchFilter
      extended bynet.sf.jour.filter.BasicFilter
          extended bynet.sf.jour.filter.MatchListFilter
              extended bynet.sf.jour.rt.view.ClassMatchFilter
                  extended bynet.sf.jour.rt.view.ViewFilterItem
All Implemented Interfaces:
Filter

public class ViewFilterItem
extends ClassMatchFilter

TODO Add docs Created on 04.12.2004 Contributing Author(s): Misha Lifschitz (Inital implementation) Vlad Skarzhevskyy (Inital implementation)

Version:
$Revision: 1.1 $ ($Author: vlads $) $Date: 2004/12/15 20:50:32 $
Author:
vlads

Field Summary
 
Fields inherited from class net.sf.jour.rt.view.ClassMatchFilter
log
 
Fields inherited from class net.sf.jour.filter.MatchListFilter
emptyListMath, lastMatch, matchAllInList
 
Fields inherited from class net.sf.jour.filter.MatchFilter
debug, MATCH_EXACT, MATCH_EXCLUDE, MATCH_NO, MATCH_YES, name
 
Constructor Summary
ViewFilterItem()
           
 
Method Summary
 void debug()
           
 java.lang.String getDescription()
           
 long getTimeFrame()
           
 boolean isEnabled()
           
 int matchState(java.lang.Object obj)
           
 void readConfig(FilterType definition)
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class net.sf.jour.rt.view.ClassMatchFilter
addClasses, readContext
 
Methods inherited from class net.sf.jour.filter.MatchListFilter
addExclude, addInclude, debug, getLastMatch, isEmpty, isEmptyExclude, isEmptyInclude, iterator, match, matchList, matchListAll, matchListAny, merge, readConfig, reset, size
 
Methods inherited from class net.sf.jour.filter.BasicFilter
accept, getGlobPattern
 
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
 

Constructor Detail

ViewFilterItem

public ViewFilterItem()
Method Detail

readConfig

public void readConfig(FilterType definition)

matchState

public int matchState(java.lang.Object obj)
Overrides:
matchState in class MatchListFilter

debug

public void debug()
Overrides:
debug in class MatchListFilter

isEnabled

public boolean isEnabled()
Returns:

setEnabled

public void setEnabled(boolean enabled)
Parameters:
enabled -

getDescription

public java.lang.String getDescription()
Returns:
Description

getTimeFrame

public long getTimeFrame()
Returns:
Returns the timeFrame.


Copyright © 2004 sourceforge. All Rights Reserved.