Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are
bundled with the main distribution.
|
Class and Description |
---|
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.
|
ImportControl
Represents a tree of import rules for controlling whether packages or
classes are allowed to be used.
|
ImportOrderOption
Represents the policy for checking import order statements.
|
MismatchStrategy
Represents the strategy for checking rules inside ImportControl.
|