public abstract class WarningSuppressor extends Object implements Matcher
Constructor and Description |
---|
WarningSuppressor(String bugPattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
void |
writeXML(XMLOutput xmlOutput,
boolean disabled) |
public WarningSuppressor(String bugPattern)
public boolean match(BugInstance bugInstance)
Matcher
public void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
writeXML
in interface Matcher
IOException
Copyright © 2003–2015. All rights reserved.