Frames | No Frames |
Classes implementing com.puppycrawl.tools.checkstyle.api.Filter | |
class | This is a very simple filter based on severity matching. |
class | This filter processes AuditEvent
objects based on the criteria of file, check, module id, line, and
column. |
class |
A filter that uses comments to suppress audit events. |
class |
This filter accepts AuditEvents according to file, check, line, and
column, as specified in a suppression file. |
Methods with parameter type com.puppycrawl.tools.checkstyle.api.Filter | |
void | Adds a filter to the end of the audit event filter chain. |
void | Removes filter. |
Classes implementing com.puppycrawl.tools.checkstyle.api.Filter | |
class | A filter set applies filters to AuditEvents. |
Methods with parameter type com.puppycrawl.tools.checkstyle.api.Filter | |
void | Adds a Filter to the set. |
void | Removes filter. |
Back to the Checkstyle Home Page |