edu.umd.cs.findbugs
Class Filter

java.lang.Object
  extended by edu.umd.cs.findbugs.CompoundMatcher
      extended by edu.umd.cs.findbugs.OrMatcher
          extended by edu.umd.cs.findbugs.Filter
All Implemented Interfaces:
Matcher

public class Filter
extends OrMatcher


Field Summary
private static boolean DEBUG
           
 
Constructor Summary
Filter(java.lang.String fileName)
           
 
Method Summary
private  Matcher getMatcher(org.dom4j.Element element)
           
static void main(java.lang.String[] argv)
           
private  void parse(java.lang.String fileName)
           
 
Methods inherited from class edu.umd.cs.findbugs.OrMatcher
match
 
Methods inherited from class edu.umd.cs.findbugs.CompoundMatcher
addChild, childIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

private static final boolean DEBUG
Constructor Detail

Filter

public Filter(java.lang.String fileName)
       throws java.io.IOException,
              FilterException
Throws:
java.io.IOException
FilterException
Method Detail

parse

private void parse(java.lang.String fileName)
            throws java.io.IOException,
                   FilterException
Throws:
java.io.IOException
FilterException

getMatcher

private Matcher getMatcher(org.dom4j.Element element)
                    throws FilterException
Throws:
FilterException

main

public static void main(java.lang.String[] argv)