Package com.puppycrawl.tools.checkstyle.filters

Class Summary

SeverityMatchFilter This is a very simple filter based on severity matching.
SuppressElement This filter accepts AuditEvents according to file, check, line, and column conditions.
SuppressionCommentFilter A filter that uses comments to suppress audit events.
SuppressionCommentFilter.Tag A Tag holds a suppression comment and its location, and determines whether the supression turns checkstyle reporting on or off.
SuppressionFilter This filter accepts AuditEvents according to file, check, line, and column, as specified in a suppression file.
SuppressionsLoader Loads a filter chain of suppressions.