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