net.sf.jour.filter
Class PointcutParamsFilter

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.PointcutParamsFilter
All Implemented Interfaces:
Filter

public class PointcutParamsFilter
extends MatchStringListFilter

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

Version:
$Revision: 1.1 $ ($Author: vlads $) $Date: 2004/12/06 02:31:41 $
Author:
vlads

Field Summary
protected static org.apache.log4j.Logger log
           
(package private)  boolean matchAny
           
(package private)  PointcutParamsFilter nextParam
           
 
Fields inherited from class net.sf.jour.filter.MatchListFilter
emptyListMath, exclude, include, lastMatch, matchAllInList
 
Fields inherited from class net.sf.jour.filter.MatchFilter
debug, MATCH_EXACT, MATCH_EXCLUDE, MATCH_NO, MATCH_YES, name
 
Constructor Summary
PointcutParamsFilter()
           
PointcutParamsFilter(java.lang.String params)
           
 
Method Summary
 void debug()
           
 int matchState(java.lang.Object obj)
           
 void setParams(java.lang.String params)
           
 
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, 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
 

Field Detail

log

protected static final org.apache.log4j.Logger log

matchAny

boolean matchAny

nextParam

PointcutParamsFilter nextParam
Constructor Detail

PointcutParamsFilter

public PointcutParamsFilter()

PointcutParamsFilter

public PointcutParamsFilter(java.lang.String params)
Method Detail

debug

public void debug()
Overrides:
debug in class MatchListFilter

setParams

public void setParams(java.lang.String params)

matchState

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


Copyright © 2004 sourceforge. All Rights Reserved.