FindBugs™ 1.3.9

edu.umd.cs.findbugs
Class WarningSuppressor

java.lang.Object
  extended by edu.umd.cs.findbugs.WarningSuppressor
All Implemented Interfaces:
Matcher
Direct Known Subclasses:
ClassWarningSuppressor, PackageWarningSuppressor

public abstract class WarningSuppressor
extends java.lang.Object
implements Matcher


Constructor Summary
WarningSuppressor(java.lang.String bugPattern)
           
 
Method Summary
 boolean match(BugInstance bugInstance)
          Determine whether or not the given BugInstance has the feature this Matcher tests for.
 void writeXML(XMLOutput xmlOutput, boolean disabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarningSuppressor

public WarningSuppressor(java.lang.String bugPattern)
Method Detail

match

public boolean match(BugInstance bugInstance)
Description copied from interface: Matcher
Determine whether or not the given BugInstance has the feature this Matcher tests for.

Specified by:
match in interface Matcher
Parameters:
bugInstance - the BugInstance
Returns:
true if the BugInstance matches, false if not

writeXML

public void writeXML(XMLOutput xmlOutput,
                     boolean disabled)
              throws java.io.IOException
Specified by:
writeXML in interface Matcher
Throws:
java.io.IOException

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.