| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are
bundled with the main distribution.
|
| Class and Description |
|---|
| AbstractImportControl
Represents a tree of import rules for controlling whether packages or
classes are allowed to be used.
|
| AbstractImportRule
Base class for import rules.
|
| AccessResult
Represents the result of an access check.
|
| CustomImportOrderCheck.ImportDetails
Contains import attributes as line number, import full path, import
group.
|
| CustomImportOrderCheck.RuleMatchForImport
Contains matching attributes assisting in definition of "best matching"
group for import.
|
| ImportOrderOption
Represents the policy for checking import order statements.
|
| MismatchStrategy
Represents the strategy when none of the rules (allow/disallow tags) match
inside subpackage and import-control tag of ImportControlCheck config.
|
| PkgImportControl
Represents a tree of import rules for a specific package.
|
| UnusedImportsCheck.Frame
Holds the names of referenced types and names of declared inner types.
|
Copyright © 2001-2022. All Rights Reserved.