Uses of Class
com.puppycrawl.tools.checkstyle.XmlLoader
-
Packages that use XmlLoader 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 XmlLoader in com.puppycrawl.tools.checkstyle
Subclasses of XmlLoader 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 XmlLoader in com.puppycrawl.tools.checkstyle.checks.imports
Subclasses of XmlLoader in com.puppycrawl.tools.checkstyle.checks.imports Modifier and Type Class Description class
ImportControlLoader
Responsible for loading the contents of an import control configuration file. -
Uses of XmlLoader in com.puppycrawl.tools.checkstyle.filters
Subclasses of XmlLoader in com.puppycrawl.tools.checkstyle.filters Modifier and Type Class Description class
SuppressionsLoader
Loads a filter chain of suppressions.
-