Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.PkgImportControl
Package
Description
Contains the Imports checks that are
bundled with the main distribution.
-
Uses of PkgImportControl in com.puppycrawl.tools.checkstyle.checks.imports
Modifier and TypeFieldDescriptionprivate PkgImportControl
ImportControlCheck.root
The root package controller.Modifier 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.ModifierConstructorDescription(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.