Uses of Enum
com.puppycrawl.tools.checkstyle.Main.OutputFormat
Package
Description
Contains the implementation of the Checkstyle framework.
-
Uses of Main.OutputFormat in com.puppycrawl.tools.checkstyle
Modifier and TypeFieldDescriptionprivate static final Main.OutputFormat
Main.CliOptions.DEFAULT_OUTPUT_FORMAT
Default output format.private Main.OutputFormat
Main.CliOptions.format
Output format.Modifier and TypeMethodDescriptionstatic Main.OutputFormat
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 TypeMethodDescriptionprivate static AuditListener
Main.createListener
(Main.OutputFormat format, Path outputLocation) This method creates in AuditListener an open stream for validation data, it must be closed byRootModule
(default implementation isChecker
) by callingAuditListener.auditFinished(AuditEvent)
.