| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
| Class and Description |
|---|
| CsvFilterElement
This filter element is immutable and accepts an integer that matches a CSV value, where
each value is an integer or a range of integers.
|
| IntFilterElement
An interface for filtering Integer.
|
| 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. |
| SuppressionCommentFilter.Tag
A Tag holds a suppression comment and its location, and determines
whether the suppression turns checkstyle reporting on or off.
|
| SuppressionCommentFilter.TagType
Enum to be used for switching checkstyle reporting for tags.
|
| SuppressionsLoader
Loads a filter chain of suppressions.
|
| SuppressWithNearbyCommentFilter
Filter
SuppressWithNearbyCommentFilter uses nearby comments to suppress audit events. |
| SuppressWithNearbyCommentFilter.Tag
A Tag holds a suppression comment and its location.
|
| SuppressWithPlainTextCommentFilter
Filter
SuppressWithPlainTextCommentFilter uses plain text to suppress
audit events. |
| SuppressWithPlainTextCommentFilter.Suppression
The class which represents the suppression.
|
| SuppressWithPlainTextCommentFilter.SuppressionType
Enum which represents the type of the suppression.
|
| XpathFilterElement
This filter element is immutable and processes
TreeWalkerAuditEvent
objects based on the criteria of file, check, module id, xpathQuery. |
Copyright © 2001-2022. All Rights Reserved.