| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
| Modifier and Type | Field and Description |
|---|---|
private static Main.OutputFormat |
Main.CliOptions.DEFAULT_OUTPUT_FORMAT
Default output format.
|
private Main.OutputFormat |
Main.CliOptions.format
Output format.
|
| Modifier and Type | Method and Description |
|---|---|
static Main.OutputFormat |
Main.OutputFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Main.OutputFormat[] |
Main.OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static AuditListener |
Main.createListener(Main.OutputFormat format,
java.nio.file.Path outputLocation)
This method creates in AuditListener an open stream for validation data, it must be
closed by
RootModule (default implementation is Checker) by calling
AuditListener.auditFinished(AuditEvent). |
Copyright © 2001-2022. All Rights Reserved.