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 FilterSetSuppressionsLoader.filterChainThe filter chain to return in getAFilterChain(), configured during parsing.private FilterSetSuppressionFilter.filtersSet of individual suppresses.Methods in com.puppycrawl.tools.checkstyle.filters that return FilterSetModifier and TypeMethodDescriptionstatic FilterSetSuppressionsLoader.loadSuppressions(String filename) Returns the suppression filters in a specified file.private static FilterSetSuppressionsLoader.loadSuppressions(InputSource source, String sourceName) Returns the suppression filters in a specified source.