Uses of Enum Class
com.puppycrawl.tools.checkstyle.AbstractAutomaticBean.OutputStreamOptions
Packages that use AbstractAutomaticBean.OutputStreamOptions
Package
Description
Contains the implementation of the Checkstyle framework.
-
Uses of AbstractAutomaticBean.OutputStreamOptions in com.puppycrawl.tools.checkstyle
Subclasses with type arguments of type AbstractAutomaticBean.OutputStreamOptions in com.puppycrawl.tools.checkstyleModifier and TypeClassDescriptionstatic enumEnum to specify behaviour regarding ignored modules.Methods in com.puppycrawl.tools.checkstyle that return AbstractAutomaticBean.OutputStreamOptionsModifier and TypeMethodDescriptionprivate static AbstractAutomaticBean.OutputStreamOptionsMain.getOutputStreamOptions(Path outputPath) CreateAbstractAutomaticBean.OutputStreamOptionsfor the given location.Returns the enum constant of this class with the specified name.AbstractAutomaticBean.OutputStreamOptions.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.puppycrawl.tools.checkstyle with parameters of type AbstractAutomaticBean.OutputStreamOptionsModifier and TypeMethodDescription(package private) AuditListenerMain.OutputFormat.createListener(OutputStream out, AbstractAutomaticBean.OutputStreamOptions options) Returns a new AuditListener for this OutputFormat.Constructors in com.puppycrawl.tools.checkstyle with parameters of type AbstractAutomaticBean.OutputStreamOptionsModifierConstructorDescriptionChecksAndFilesSuppressionFileGeneratorAuditListener(OutputStream out, AbstractAutomaticBean.OutputStreamOptions outputStreamOptions) Creates a newChecksAndFilesSuppressionFileGeneratorAuditListenerinstance.DefaultLogger(OutputStream outputStream, AbstractAutomaticBean.OutputStreamOptions outputStreamOptions) Creates a newDefaultLoggerinstance.DefaultLogger(OutputStream infoStream, AbstractAutomaticBean.OutputStreamOptions infoStreamOptions, OutputStream errorStream, AbstractAutomaticBean.OutputStreamOptions errorStreamOptions) Creates a newDefaultLoggerinstance.DefaultLogger(OutputStream infoStream, AbstractAutomaticBean.OutputStreamOptions infoStreamOptions, OutputStream errorStream, AbstractAutomaticBean.OutputStreamOptions errorStreamOptions, AuditEventFormatter messageFormatter) Creates a newDefaultLoggerinstance.MetadataGeneratorLogger(OutputStream outputStream, AbstractAutomaticBean.OutputStreamOptions outputStreamOptions) Creates a new MetadataGeneratorLogger instance.SarifLogger(OutputStream outputStream, AbstractAutomaticBean.OutputStreamOptions outputStreamOptions) Creates a newSarifLoggerinstance.XMLLogger(OutputStream outputStream, AbstractAutomaticBean.OutputStreamOptions outputStreamOptions) Creates a newXMLLoggerinstance.XpathFileGeneratorAuditListener(OutputStream out, AbstractAutomaticBean.OutputStreamOptions outputStreamOptions) Creates a newSuppressionFileGeneratorinstance.