net.sf.jour.filter
Class MatchAnyFilter

java.lang.Object
  extended bynet.sf.jour.filter.MatchFilter
      extended bynet.sf.jour.filter.MatchAnyFilter
All Implemented Interfaces:
Filter

public class MatchAnyFilter
extends MatchFilter

Dummy MatchAny to be placed to empy include list. Created on 08.12.2004 Contributing Author(s): Misha Lifschitz (Inital implementation) Vlad Skarzhevskyy (Inital implementation)

Version:
$Revision: 1.1 $ ($Author: vlads $) $Date: 2004/12/08 07:53:28 $
Author:
vlads

Field Summary
 
Fields inherited from class net.sf.jour.filter.MatchFilter
debug, MATCH_EXACT, MATCH_EXCLUDE, MATCH_NO, MATCH_YES, name
 
Constructor Summary
MatchAnyFilter()
           
 
Method Summary
 void debug()
           
 int matchState(java.lang.Object obj)
           
 
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

MatchAnyFilter

public MatchAnyFilter()
Method Detail

matchState

public int matchState(java.lang.Object obj)
Specified by:
matchState in class MatchFilter

debug

public void debug()
Specified by:
debug in class MatchFilter


Copyright © 2004 sourceforge. All Rights Reserved.