| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
| Modifier and Type | Method and Description |
|---|---|
private static int |
Main.execute(picocli.CommandLine.ParseResult parseResult,
Main.CliOptions options)
Validates the user input and returns -1 if
invalid, otherwise executes CheckStyle and returns the number of violations.
|
private static java.util.List<java.io.File> |
Main.getFilesToProcess(Main.CliOptions options)
Determines the files to process.
|
private static int |
Main.runCheckstyle(Main.CliOptions options,
java.util.List<java.io.File> filesToProcess)
Executes required Checkstyle actions based on passed parameters.
|
private static int |
Main.runCli(Main.CliOptions options,
java.util.List<java.io.File> filesToProcess)
Do execution of CheckStyle based on Command line options.
|
Copyright © 2001-2022. All Rights Reserved.