| 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> |
AbstractImportControl.rules
List of
AbstractImportRule objects to check. |
| Modifier and Type | Method and Description |
|---|---|
private static AbstractImportRule |
ImportControlLoader.createImportRule(java.lang.String qName,
org.xml.sax.Attributes attributes)
Constructs an instance of an import rule based on the given
name and
attributes. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractImportControl.addImportRule(AbstractImportRule rule)
Adds an
AbstractImportRule to the node. |
Copyright © 2001-2022. All Rights Reserved.