See: Description
| Class | Description |
|---|---|
| SeverityMatchFilter |
Filter
SeverityMatchFilter decides audit events according to the
severity level of the event. |
| SuppressFilterElement |
This filter element is immutable and processes
AuditEvent
objects based on the criteria of file, check, module id, line, and
column. |
| SuppressionCommentFilter |
Filter
SuppressionCommentFilter uses pairs of comments to suppress audit events. |
| SuppressionFilter |
Filter
SuppressionFilter rejects audit events for Check violations according to a
suppressions XML document
in a file. |
| SuppressionSingleFilter |
Filter
SuppressionSingleFilter suppresses audit events for Checks violations in the
specified file, class, checks, message, module id, lines, and columns. |
| SuppressionsLoader |
Loads a filter chain of suppressions.
|
| SuppressionXpathFilter |
Filter
SuppressionXpathFilter works as
SuppressionFilter. |
| SuppressionXpathSingleFilter |
Filter
SuppressionXpathSingleFilter suppresses audit events for Checks
violations in the specified file, class, checks, message, module id, and xpath. |
| SuppressWarningsFilter |
Filter
SuppressWarningsFilter uses annotation
SuppressWarnings to suppress audit events. |
| SuppressWithNearbyCommentFilter |
Filter
SuppressWithNearbyCommentFilter uses nearby comments to suppress audit events. |
| SuppressWithPlainTextCommentFilter |
Filter
SuppressWithPlainTextCommentFilter uses plain text to suppress
audit events. |
| XpathFilterElement |
This filter element is immutable and processes
TreeWalkerAuditEvent
objects based on the criteria of file, check, module id, xpathQuery. |
| Enum | Description |
|---|---|
| SuppressionCommentFilter.TagType |
Enum to be used for switching checkstyle reporting for tags.
|
Copyright © 2001–2020. All rights reserved.