Uses of Enum
com.puppycrawl.tools.checkstyle.Main.OutputFormat
Packages that use Main.OutputFormat
Package
Description
Contains the implementation of the Checkstyle framework.
-
Uses of Main.OutputFormat in com.puppycrawl.tools.checkstyle
Fields in com.puppycrawl.tools.checkstyle declared as Main.OutputFormatModifier and TypeFieldDescriptionprivate static final Main.OutputFormat
Main.CliOptions.DEFAULT_OUTPUT_FORMAT
Default output format.private Main.OutputFormat
Main.CliOptions.format
Output format.Methods in com.puppycrawl.tools.checkstyle that return Main.OutputFormatModifier 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.Methods in com.puppycrawl.tools.checkstyle with parameters of type Main.OutputFormatModifier 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)
.