net.sf.jour.rt.view
Class ViewFilter
java.lang.Object
net.sf.jour.filter.MatchFilter
net.sf.jour.filter.BasicFilter
net.sf.jour.filter.MatchListFilter
net.sf.jour.rt.view.ViewFilter
- All Implemented Interfaces:
- FileChageListener, Filter
- public class ViewFilter
- extends MatchListFilter
- implements FileChageListener
A collection of filter patterns to apply on collected data.
Created on 04.12.2004
Contributing Author(s):
Misha Lifschitz (Inital implementation)
Vlad Skarzhevskyy (Inital implementation)
- Version:
- $Revision: 1.12 $ ($Author: vlads $) $Date: 2004/12/16 17:40:19 $
- Author:
- vlads
Field Summary |
static java.lang.String |
CONFING_FILE
|
(package private) static org.apache.log4j.Logger |
log
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFING_FILE
public static final java.lang.String CONFING_FILE
- See Also:
- Constant Field Values
log
static final org.apache.log4j.Logger log
ViewFilter
public ViewFilter()
isInitialized
public void isInitialized()
filer
public boolean filer(Event event)
getClassnameView
public ReplacementList getClassnameView()
- Returns:
- Returns the classnameView.
getMethodsignatureView
public ReplacementList getMethodsignatureView()
- Returns:
- Returns the methodsignatureView.
addFilter
public void addFilter(FilterType definition)
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
doOnFileChange
public void doOnFileChange(java.lang.String fileName)
- Specified by:
doOnFileChange
in interface FileChageListener
reload
protected void reload()
initialize
protected void initialize()
Copyright © 2004 sourceforge. All Rights Reserved.