Uses of Class
com.puppycrawl.tools.checkstyle.api.FilterSet
Packages that use FilterSet
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the filters that are bundled with the main distribution.
-
Uses of FilterSet in com.puppycrawl.tools.checkstyle
Fields in com.puppycrawl.tools.checkstyle declared as FilterSet -
Uses of FilterSet in com.puppycrawl.tools.checkstyle.filters
Fields in com.puppycrawl.tools.checkstyle.filters declared as FilterSetModifier and TypeFieldDescriptionprivate final FilterSet
SuppressionsLoader.filterChain
The filter chain to return in getAFilterChain(), configured during parsing.private FilterSet
SuppressionFilter.filters
Set of individual suppresses.Methods in com.puppycrawl.tools.checkstyle.filters that return FilterSetModifier and TypeMethodDescriptionstatic FilterSet
SuppressionsLoader.loadSuppressions
(String filename) Returns the suppression filters in a specified file.private static FilterSet
SuppressionsLoader.loadSuppressions
(InputSource source, String sourceName) Returns the suppression filters in a specified source.