net.sf.jour.filter
Class ClassFilter

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.filter.MatchStringListFilter
                  extended bynet.sf.jour.filter.ClassFilter
All Implemented Interfaces:
Filter

public class ClassFilter
extends MatchStringListFilter

Author:
michaellif TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class net.sf.jour.filter.MatchListFilter
emptyListMath, exclude, include, lastMatch, log, matchAllInList
 
Fields inherited from class net.sf.jour.filter.MatchFilter
debug, MATCH_EXACT, MATCH_EXCLUDE, MATCH_NO, MATCH_YES, name
 
Constructor Summary
ClassFilter(java.lang.String def)
           
 
Method Summary
 boolean accept(java.lang.String clazz)
           
 
Methods inherited from class net.sf.jour.filter.MatchStringListFilter
addExclude, addInclude, addPatterns, match, newStringPattern, readContext
 
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
 

Constructor Detail

ClassFilter

public ClassFilter(java.lang.String def)
Method Detail

accept

public boolean accept(java.lang.String clazz)


Copyright © 2004 sourceforge. All Rights Reserved.