| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
| com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
| Modifier and Type | Method and Description |
|---|---|
private static AutomaticBean.OutputStreamOptions |
Main.getOutputStreamOptions(java.nio.file.Path outputPath)
Create
AutomaticBean.OutputStreamOptions for the given location. |
| Modifier and Type | Method and Description |
|---|---|
AuditListener |
Main.OutputFormat.createListener(java.io.OutputStream out,
AutomaticBean.OutputStreamOptions options)
Returns a new AuditListener for this OutputFormat.
|
| Constructor and Description |
|---|
DefaultLogger(java.io.OutputStream outputStream,
AutomaticBean.OutputStreamOptions outputStreamOptions)
Creates a new
DefaultLogger instance. |
DefaultLogger(java.io.OutputStream infoStream,
AutomaticBean.OutputStreamOptions infoStreamOptions,
java.io.OutputStream errorStream,
AutomaticBean.OutputStreamOptions errorStreamOptions)
Creates a new
DefaultLogger instance. |
DefaultLogger(java.io.OutputStream infoStream,
AutomaticBean.OutputStreamOptions infoStreamOptions,
java.io.OutputStream errorStream,
AutomaticBean.OutputStreamOptions errorStreamOptions,
AuditEventFormatter messageFormatter)
Creates a new
DefaultLogger instance. |
SarifLogger(java.io.OutputStream outputStream,
AutomaticBean.OutputStreamOptions outputStreamOptions)
Creates a new
SarifLogger instance. |
XMLLogger(java.io.OutputStream outputStream,
AutomaticBean.OutputStreamOptions outputStreamOptions)
Creates a new
XMLLogger instance. |
XpathFileGeneratorAuditListener(java.io.OutputStream out,
AutomaticBean.OutputStreamOptions outputStreamOptions)
Creates a new
SuppressionFileGenerator instance. |
| Modifier and Type | Method and Description |
|---|---|
static AutomaticBean.OutputStreamOptions |
AutomaticBean.OutputStreamOptions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AutomaticBean.OutputStreamOptions[] |
AutomaticBean.OutputStreamOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2022. All Rights Reserved.