| 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.
|