Uses of Interface
com.puppycrawl.tools.checkstyle.api.Filter
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the core API to be used to implement checks.
Contains the filters that are bundled with the main distribution.
-
Uses of Filter in com.puppycrawl.tools.checkstyle
Modifier and TypeMethodDescriptionvoid
Adds a filter to the end of the audit event filter chain.void
Checker.removeFilter
(Filter filter) Removes filter. -
Uses of Filter in com.puppycrawl.tools.checkstyle.api
Modifier and TypeMethodDescriptionvoid
Adds a Filter to the set.void
FilterSet.removeFilter
(Filter filter) Removes filter. -
Uses of Filter in com.puppycrawl.tools.checkstyle.filters
Modifier and TypeClassDescriptionclass
FilterSeverityMatchFilter
decides audit events according to the severity level of the event.class
This filter element is immutable and processesAuditEvent
objects based on the criteria of file, check, module id, line, and column.class
FilterSuppressionFilter
rejects audit events for Check violations according to a suppressions XML document in a file.class
FilterSuppressionSingleFilter
suppresses audit events for Checks violations in the specified file, class, checks, message, module id, lines, and columns.class
FilterSuppressWarningsFilter
uses annotation@SuppressWarnings
to suppress audit events.class
FilterSuppressWithNearbyTextFilter
uses plain text to suppress nearby audit events.class
FilterSuppressWithPlainTextCommentFilter
uses plain text to suppress audit events.