Uses of Class
com.puppycrawl.tools.checkstyle.api.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
-
Uses of FilterSet in com.puppycrawl.tools.checkstyle.filters
Modifier and TypeFieldDescriptionprivate final FilterSet
SuppressionsLoader.filterChain
The filter chain to return in getAFilterChain(), configured during parsing.private FilterSet
SuppressionFilter.filters
Set of individual suppresses.Modifier 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.