Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
Packages that use SuppressionsLoader Package Description com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of SuppressionsLoader in com.puppycrawl.tools.checkstyle.filters
Methods in com.puppycrawl.tools.checkstyle.filters that return SuppressionsLoader Modifier and Type Method Description private static SuppressionsLoaderSuppressionsLoader. getSuppressionLoader(org.xml.sax.InputSource source, java.lang.String sourceName)Parses specified source and returns the suppression loader.
-