| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are
bundled with the main distribution.
|
| Modifier and Type | Field and Description |
|---|---|
private PkgImportControl |
ImportControlCheck.root
The root package controller.
|
| Modifier and Type | Method and Description |
|---|---|
private PkgImportControl |
ImportControlLoader.getRoot()
Returns root PkgImportControl.
|
private static PkgImportControl |
ImportControlLoader.load(org.xml.sax.InputSource source,
java.net.URI uri)
Loads the import control file from a
InputSource. |
static PkgImportControl |
ImportControlLoader.load(java.net.URI uri)
Loads the import control file from a file.
|
private static PkgImportControl |
ImportControlLoader.loadUri(java.net.URI uri)
Loads the import control file from a URI.
|
| Constructor and Description |
|---|
FileImportControl(PkgImportControl parent,
java.lang.String name,
boolean regex)
Construct a file node.
|
PkgImportControl(PkgImportControl parent,
java.lang.String subPackageName,
boolean regex,
MismatchStrategy strategyOnMismatch)
Construct a sub-package node.
|
Copyright © 2001-2022. All Rights Reserved.