Uses of Class
com.puppycrawl.tools.checkstyle.api.AbstractLoader
-
Packages that use AbstractLoader Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework.com.puppycrawl.tools.checkstyle.checks.imports Contains the Imports checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of AbstractLoader in com.puppycrawl.tools.checkstyle
Subclasses of AbstractLoader in com.puppycrawl.tools.checkstyle Modifier and Type Class Description private class
ConfigurationLoader.InternalLoader
Implements the SAX document handler interfaces, so they do not appear in the public API of the ConfigurationLoader.class
PackageNamesLoader
Loads a list of package names from a package name XML file. -
Uses of AbstractLoader in com.puppycrawl.tools.checkstyle.checks.imports
Subclasses of AbstractLoader in com.puppycrawl.tools.checkstyle.checks.imports Modifier and Type Class Description (package private) class
ImportControlLoader
Responsible for loading the contents of an import control configuration file. -
Uses of AbstractLoader in com.puppycrawl.tools.checkstyle.filters
Subclasses of AbstractLoader in com.puppycrawl.tools.checkstyle.filters Modifier and Type Class Description class
SuppressionsLoader
Loads a filter chain of suppressions.
-