Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.AbstractImportRule
Package
Description
Contains the Imports checks that are
bundled with the main distribution.
-
Uses of AbstractImportRule in com.puppycrawl.tools.checkstyle.checks.imports
Modifier and TypeClassDescription(package private) class
Represents whether a class is allowed to be imported or not.(package private) class
Represents whether a package is allowed to be imported or not.Modifier and TypeFieldDescriptionprivate final Deque<AbstractImportRule>
AbstractImportControl.rules
List ofAbstractImportRule
objects to check.Modifier and TypeMethodDescriptionprivate static AbstractImportRule
ImportControlLoader.createImportRule
(String qName, Attributes attributes) Constructs an instance of an import rule based on the givenname
andattributes
.Modifier and TypeMethodDescriptionprotected void
AbstractImportControl.addImportRule
(AbstractImportRule rule) Adds anAbstractImportRule
to the node.