|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jour.filter.MatchFilter
public abstract class MatchFilter
TODO Add docs Created on 04.12.2004
Contributing Author(s):
Misha Lifschitz
Field Summary
protected static boolean
debug
conditional compilation set to false to allow compiler to identify and
eliminate unreachable code
static int
MATCH_DONT_KNOW
static int
MATCH_EXACT
static int
MATCH_EXCLUDE
static int
MATCH_NO
static int
MATCH_YES
java.lang.String
name
a name use for debuging complex lists.
Constructor Summary
MatchFilter()
Method Summary
int
b2Match(boolean isMatch)
abstract void
debug()
boolean
isMatch(int state)
java.lang.String
match2String(int state)
abstract int
matchState(java.lang.Object obj)
int
notMatch(int state)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
MATCH_EXCLUDE
public static final int MATCH_EXCLUDE
MATCH_NO
public static final int MATCH_NO
MATCH_DONT_KNOW
public static final int MATCH_DONT_KNOW
MATCH_YES
public static final int MATCH_YES
MATCH_EXACT
public static final int MATCH_EXACT
debug
protected static final boolean debug
name
public java.lang.String name
Constructor Detail
MatchFilter
public MatchFilter()
Method Detail
matchState
public abstract int matchState(java.lang.Object obj)
notMatch
public int notMatch(int state)
b2Match
public int b2Match(boolean isMatch)
isMatch
public boolean isMatch(int state)
debug
public abstract void debug()
match2String
public java.lang.String match2String(int state)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2004-2008 pyx4j.com. All Rights Reserved.