| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
| com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
| com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Checker.addFilter(Filter filter)
Adds a filter to the end of the audit event filter chain.
|
void |
Checker.removeFilter(Filter filter)
Removes filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterSet
A filter set applies filters to AuditEvents.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Filter> |
FilterSet.getFilters()
Returns the Filters of the filter set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterSet.addFilter(Filter filter)
Adds a Filter to the set.
|
void |
FilterSet.removeFilter(Filter filter)
Removes filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SeverityMatchFilter
Filter
SeverityMatchFilter decides audit events according to the
severity level of the event. |
class |
SuppressFilterElement
This filter element is immutable and processes
AuditEvent
objects based on the criteria of file, check, module id, line, and
column. |
class |
SuppressionFilter
Filter
SuppressionFilter rejects audit events for Check violations according to a
suppressions XML document
in a file. |
class |
SuppressionSingleFilter
Filter
SuppressionSingleFilter suppresses audit events for Checks violations in the
specified file, class, checks, message, module id, lines, and columns. |
class |
SuppressWarningsFilter
Filter
SuppressWarningsFilter uses annotation
SuppressWarnings to suppress audit events. |
class |
SuppressWithPlainTextCommentFilter
Filter
SuppressWithPlainTextCommentFilter uses plain text to suppress
audit events. |
Copyright © 2001-2020. All Rights Reserved.