Uses of Class
com.puppycrawl.tools.checkstyle.api.FilterSet
-
Packages that use FilterSet Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework.com.puppycrawl.tools.checkstyle.filters 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 Modifier and Type Field Description private FilterSet
Checker. filters
The audit event filters. -
Uses of FilterSet in com.puppycrawl.tools.checkstyle.filters
Fields in com.puppycrawl.tools.checkstyle.filters declared as FilterSet Modifier and Type Field Description private 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 FilterSet Modifier and Type Method Description static 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.
-