Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are
bundled with the main distribution.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ClassImportRule
Represents whether a class is allowed to be imported or not.
|
(package private) class |
PkgImportRule
Represents whether a package is allowed to be imported or not.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<AbstractImportRule> |
ImportControl.rules
List of
AbstractImportRule objects to check. |
Modifier and Type | Method and Description |
---|---|
protected void |
ImportControl.addImportRule(AbstractImportRule rule)
Adds an
AbstractImportRule to the node. |