Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
Modifier and Type | Method and Description |
---|---|
private static Main.CliOptions |
Main.convertCliToPojo(org.apache.commons.cli.CommandLine cmdLine,
java.util.List<java.io.File> filesToProcess)
Util method to convert CommandLine type to POJO object.
|
Modifier and Type | Method and Description |
---|---|
private static int |
Main.runCheckstyle(Main.CliOptions cliOptions)
Executes required Checkstyle actions based on passed parameters.
|