| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
| com.puppycrawl.tools.checkstyle.ant |
Contains code related to Checkstyle Ant Task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Checker
This class provides the functionality to check a set of files.
|
| Modifier and Type | Method and Description |
|---|---|
private static RootModule |
Main.getRootModule(java.lang.String name,
java.lang.ClassLoader moduleClassLoader)
Creates a new instance of the root module that will control and run
Checkstyle.
|
| Modifier and Type | Method and Description |
|---|---|
private RootModule |
CheckstyleAntTask.createRootModule()
Creates new instance of the root module.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
CheckstyleAntTask.processFiles(RootModule rootModule,
SeverityLevelCounter warningCounter,
java.lang.String checkstyleVersion)
Scans and processes files by means given root module.
|
Copyright © 2001-2022. All Rights Reserved.