edu.umd.cs.findbugs.filter
Class Filter

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

public class Filter
extends OrMatcher

Filter to match a subset of BugInstances. The filter criteria are read from an XML file.

Author:
David Hovemeyer

Constructor Summary
Filter(java.lang.String fileName)
          Constructor.
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class edu.umd.cs.findbugs.filter.OrMatcher
match
 
Methods inherited from class edu.umd.cs.findbugs.filter.CompoundMatcher
addChild, childIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter(java.lang.String fileName)
       throws java.io.IOException,
              FilterException
Constructor.

Parameters:
fileName - name of the filter file
Throws:
java.io.IOException
FilterException
Method Detail

main

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