Uses of Interface
com.puppycrawl.tools.checkstyle.api.Filter
Packages that use 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
Methods in com.puppycrawl.tools.checkstyle with parameters of type FilterModifier and TypeMethodDescriptionvoidAdds a filter to the end of the audit event filter chain.voidChecker.removeFilter(Filter filter) Removes filter. -
Uses of Filter in com.puppycrawl.tools.checkstyle.api
Classes in com.puppycrawl.tools.checkstyle.api that implement FilterFields in com.puppycrawl.tools.checkstyle.api with type parameters of type FilterMethods in com.puppycrawl.tools.checkstyle.api that return types with arguments of type FilterMethods in com.puppycrawl.tools.checkstyle.api with parameters of type FilterModifier and TypeMethodDescriptionvoidAdds a Filter to the set.voidFilterSet.removeFilter(Filter filter) Removes filter. -
Uses of Filter in com.puppycrawl.tools.checkstyle.filters
Classes in com.puppycrawl.tools.checkstyle.filters that implement FilterModifier and TypeClassDescriptionclassFilterSeverityMatchFilterdecides audit events according to the severity level of the event.classThis filter element is immutable and processesAuditEventobjects based on the criteria of file, check, module id, line, and column.classFilterSuppressionFilterrejects audit events for Check violations according to a suppressions XML document in a file.classFilterSuppressionSingleFiltersuppresses audit events for Checks violations in the specified file, class, checks, message, module id, lines, and columns.classFilterSuppressWarningsFilteruses annotation@SuppressWarningsto suppress audit events.classFilterSuppressWithNearbyTextFilteruses plain text to suppress nearby audit events.classFilterSuppressWithPlainTextCommentFilteruses plain text to suppress audit events.