Uses of Enum
com.puppycrawl.tools.checkstyle.api.AutomaticBean.OutputStreamOptions
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the core API to be used to implement checks.
-
Uses of AutomaticBean.OutputStreamOptions in com.puppycrawl.tools.checkstyle
ModifierConstructorDescriptionDefaultLogger
(OutputStream outputStream, AutomaticBean.OutputStreamOptions outputStreamOptions) Creates a newDefaultLogger
instance.SarifLogger
(OutputStream outputStream, AutomaticBean.OutputStreamOptions outputStreamOptions) Creates a newSarifLogger
instance.XMLLogger
(OutputStream outputStream, AutomaticBean.OutputStreamOptions outputStreamOptions) Creates a newXMLLogger
instance. -
Uses of AutomaticBean.OutputStreamOptions in com.puppycrawl.tools.checkstyle.api
Modifier and TypeMethodDescriptionReturns 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.