Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.AbstractImportRule
-
Packages that use AbstractImportRule Package Description com.puppycrawl.tools.checkstyle.checks.imports Contains the Imports checks that are bundled with the main distribution. -
-
Uses of AbstractImportRule in com.puppycrawl.tools.checkstyle.checks.imports
Subclasses of AbstractImportRule in com.puppycrawl.tools.checkstyle.checks.imports Modifier and Type Class Description (package private) classClassImportRuleRepresents whether a class is allowed to be imported or not.(package private) classPkgImportRuleRepresents whether a package is allowed to be imported or not.Fields in com.puppycrawl.tools.checkstyle.checks.imports with type parameters of type AbstractImportRule Modifier and Type Field Description private java.util.Deque<AbstractImportRule>AbstractImportControl. rulesList ofAbstractImportRuleobjects to check.Methods in com.puppycrawl.tools.checkstyle.checks.imports that return AbstractImportRule Modifier and Type Method Description private static AbstractImportRuleImportControlLoader. createImportRule(java.lang.String qName, org.xml.sax.Attributes attributes)Constructs an instance of an import rule based on the givennameandattributes.Methods in com.puppycrawl.tools.checkstyle.checks.imports with parameters of type AbstractImportRule Modifier and Type Method Description protected voidAbstractImportControl. addImportRule(AbstractImportRule rule)Adds anAbstractImportRuleto the node.
-