com.puppycrawl.tools.checkstyle.checks.imports
public class ImportControlCheck extends Check
| Method Summary | |
|---|---|
| void | beginTree(DetailAST aRootAST) |
| int[] | getDefaultTokens() |
| void | setFile(String aName)
Set the parameter for the file containing the import control
configuration. |
| void | visitToken(DetailAST aAST) |
Parameters: aName the name of the file to load.
Throws: ConversionException on error loading the file.