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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ImportControlLoader
Responsible for loading the contents of an import control configuration file.
|
Modifier and Type | Class and Description |
---|---|
class |
SuppressionsLoader
Loads a filter chain of suppressions.
|