net.sf.jour.filter
Class ClassFilter

java.lang.Object
  extended by net.sf.jour.filter.MatchFilter
      extended by net.sf.jour.filter.BasicFilter
          extended by net.sf.jour.filter.MatchListFilter
              extended by net.sf.jour.filter.MatchStringListFilter
                  extended by net.sf.jour.filter.ClassFilter
All Implemented Interfaces:
Filter

public class ClassFilter
extends MatchStringListFilter

Author:
michaellif

Field Summary
 
Fields inherited from class net.sf.jour.filter.MatchListFilter
emptyListMath, lastMatch, log, matchAllInList
 
Fields inherited from class net.sf.jour.filter.MatchFilter
debug, MATCH_DONT_KNOW, 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
 
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, readContext, 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-2008 pyx4j.com. All Rights Reserved.