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.OutputFormatMain.CliOptions. DEFAULT_OUTPUT_FORMATDefault output format.private Main.OutputFormatMain.CliOptions. formatOutput format.Methods in com.puppycrawl.tools.checkstyle that return Main.OutputFormat Modifier and Type Method Description static Main.OutputFormatMain.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.Methods in com.puppycrawl.tools.checkstyle with parameters of type Main.OutputFormat Modifier and Type Method Description private static AuditListenerMain. createListener(Main.OutputFormat format, java.nio.file.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).
-