Uses of Enum Class
com.puppycrawl.tools.checkstyle.api.AutomaticBean.OutputStreamOptions
Packages that use 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.checkstyleConstructors in com.puppycrawl.tools.checkstyle with parameters of type AutomaticBean.OutputStreamOptionsModifierConstructorDescriptionDefaultLogger(OutputStream outputStream, AutomaticBean.OutputStreamOptions outputStreamOptions) Creates a newDefaultLoggerinstance.SarifLogger(OutputStream outputStream, AutomaticBean.OutputStreamOptions outputStreamOptions) Creates a newSarifLoggerinstance.XMLLogger(OutputStream outputStream, AutomaticBean.OutputStreamOptions outputStreamOptions) Creates a newXMLLoggerinstance.
- 
Uses of AutomaticBean.OutputStreamOptions in com.puppycrawl.tools.checkstyle.apiMethods in com.puppycrawl.tools.checkstyle.api that return AutomaticBean.OutputStreamOptionsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AutomaticBean.OutputStreamOptions[]AutomaticBean.OutputStreamOptions.values()Returns an array containing the constants of this enum class, in the order they are declared.