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 FilterSetChecker. filtersThe 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 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 FilterSet Modifier and Type Method Description static FilterSetSuppressionsLoader. loadSuppressions(java.lang.String filename)Returns the suppression filters in a specified file.private static FilterSetSuppressionsLoader. loadSuppressions(org.xml.sax.InputSource source, java.lang.String sourceName)Returns the suppression filters in a specified source.
-