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 classConfigurationLoader.InternalLoaderImplements the SAX document handler interfaces, so they do not appear in the public API of the ConfigurationLoader.classPackageNamesLoaderLoads 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 classImportControlLoaderResponsible 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 classSuppressionsLoaderLoads a filter chain of suppressions.
-