Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Packages that use ImportControl Package Description com.puppycrawl.tools.checkstyle.checks.imports Contains the Imports checks that are bundled with the main distribution. -
-
Uses of ImportControl in com.puppycrawl.tools.checkstyle.checks.imports
Fields in com.puppycrawl.tools.checkstyle.checks.imports declared as ImportControl Modifier and Type Field Description private ImportControlImportControlCheck. currentImportControlThe package controller for the current file.private ImportControlImportControl. parentThe parent.private ImportControlImportControlCheck. rootThe root package controller.Fields in com.puppycrawl.tools.checkstyle.checks.imports with type parameters of type ImportControl Modifier and Type Field Description private java.util.List<ImportControl>ImportControl. childrenList of childrenImportControlobjects.private java.util.Deque<ImportControl>ImportControlLoader. stackUsed to hold theImportControlobjects.Methods in com.puppycrawl.tools.checkstyle.checks.imports that return ImportControl Modifier and Type Method Description private ImportControlImportControlLoader. getRoot()Returns root ImportControl.static ImportControlImportControlLoader. load(java.net.URI uri)Loads the import control file from a file.private static ImportControlImportControlLoader. load(org.xml.sax.InputSource source, java.net.URI uri)Loads the import control file from aInputSource.ImportControlImportControl. locateFinest(java.lang.String forPkg)Search down the tree to locate the finest match for a supplied package.Constructors in com.puppycrawl.tools.checkstyle.checks.imports with parameters of type ImportControl Constructor Description ImportControl(ImportControl parent, java.lang.String subPkg, boolean regex)Construct a child node.ImportControl(ImportControl parent, java.lang.String subPkg, boolean regex, MismatchStrategy strategyOnMismatch)Construct a child node.
-