com.puppycrawl.tools.checkstyle.filters
public class SuppressionFilter extends AutomaticBean implements Filter
This filter accepts AuditEvents according to file, check, line, and column, as specified in a suppression file.
| Method Summary | |
|---|---|
| boolean | accept(AuditEvent aEvent) |
| boolean | equals(Object aObject) |
| int | hashCode() |
| void | setFile(String aFileName)
Loads the suppressions for a file. |
| String | toString() |
Parameters: aFileName name of the suppressions file.
Throws: CheckstyleException if there is an error.