net.sf.jour.rt.view
Class ClassMatchFilter

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
All Implemented Interfaces:
Filter
Direct Known Subclasses:
ViewFilterItem

public class ClassMatchFilter
extends MatchListFilter

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

Version:
$Revision: 1.3 $ ($Author: vlads $) $Date: 2004/12/06 02:31:42 $
Author:
vlads

Field Summary
protected static org.apache.log4j.Logger 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
ClassMatchFilter()
           
 
Method Summary
 void addClasses(ClassesType classesDef)
           
 boolean readContext(java.lang.Object o)
          Class needs to overrite this method to read context.
 
Methods inherited from class net.sf.jour.filter.MatchListFilter
addExclude, addInclude, debug, debug, getLastMatch, isEmpty, isEmptyExclude, isEmptyInclude, iterator, match, matchList, matchListAll, matchListAny, matchState, 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
 

Field Detail

log

protected static final org.apache.log4j.Logger log
Constructor Detail

ClassMatchFilter

public ClassMatchFilter()
Method Detail

addClasses

public void addClasses(ClassesType classesDef)

readContext

public boolean readContext(java.lang.Object o)
Description copied from class: MatchListFilter
Class needs to overrite this method to read context.

Overrides:
readContext in class MatchListFilter


Copyright © 2004 sourceforge. All Rights Reserved.