Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.PkgImportControl
Packages that use PkgImportControl
Package
Description
Contains the Imports checks that are
bundled with the main distribution.
-
Uses of PkgImportControl in com.puppycrawl.tools.checkstyle.checks.imports
Fields in com.puppycrawl.tools.checkstyle.checks.imports declared as PkgImportControlModifier and TypeFieldDescriptionprivate PkgImportControl
ImportControlCheck.root
The root package controller.Methods in com.puppycrawl.tools.checkstyle.checks.imports that return PkgImportControlModifier and TypeMethodDescriptionprivate PkgImportControl
ImportControlLoader.getRoot()
Returns root PkgImportControl.static PkgImportControl
Loads the import control file from a file.private static PkgImportControl
ImportControlLoader.load
(InputSource source, URI uri) Loads the import control file from aInputSource
.private static PkgImportControl
Loads the import control file from a URI.Constructors in com.puppycrawl.tools.checkstyle.checks.imports with parameters of type PkgImportControlModifierConstructorDescription(package private)
FileImportControl
(PkgImportControl parent, String name, boolean regex) Construct a file node.(package private)
PkgImportControl
(PkgImportControl parent, String subPackageName, boolean regex, MismatchStrategy strategyOnMismatch) Construct a sub-package node.