Uses of Class
com.puppycrawl.tools.checkstyle.api.AutomaticBean.OutputStreamOptions
-
Packages that use AutomaticBean.OutputStreamOptions 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. -
-
Uses of AutomaticBean.OutputStreamOptions in com.puppycrawl.tools.checkstyle
Constructors in com.puppycrawl.tools.checkstyle with parameters of type AutomaticBean.OutputStreamOptions Constructor Description DefaultLogger(java.io.OutputStream outputStream, AutomaticBean.OutputStreamOptions outputStreamOptions)Creates a newDefaultLoggerinstance.XMLLogger(java.io.OutputStream outputStream, AutomaticBean.OutputStreamOptions outputStreamOptions)Creates a newXMLLoggerinstance. -
Uses of AutomaticBean.OutputStreamOptions in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api that return AutomaticBean.OutputStreamOptions Modifier and Type Method Description static AutomaticBean.OutputStreamOptionsAutomaticBean.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.
-