com.puppycrawl.tools.checkstyle.filters
Class SuppressionFilter
- Configurable, Contextualizable, Filter
public class SuppressionFilter
This filter accepts AuditEvents according to file, check, line, and
column, as specified in a suppression file.
- Rick Giles
equals
public boolean equals(Object aObject)
java.lang.Object.equals(java.lang.Object)
hashCode
public int hashCode()
java.lang.Object.hashCode()
setFile
public void setFile(String aFileName)
throws CheckstyleException
Loads the suppressions for a file.
aFileName
- name of the suppressions file.
CheckstyleException
- if there is an error.
toString
public String toString()
java.lang.Object.toString()