Uses of Class
com.puppycrawl.tools.checkstyle.Main.OutputFormat
-
Packages that use Main.OutputFormat Package Description com.puppycrawl.tools.checkstyle 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.OutputFormat Modifier and Type Field Description private static 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.OutputFormat Modifier and Type Method Description static Main.OutputFormat
Main.OutputFormat. valueOf(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.Methods in com.puppycrawl.tools.checkstyle with parameters of type Main.OutputFormat Modifier and Type Method Description private 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)
.
-