Uses of Enum
com.puppycrawl.tools.checkstyle.api.SeverityLevel
Packages that use SeverityLevel
Package
Description
Contains the core API to be used to implement checks.
Contains the Javadoc checks that are bundled with the main distribution.
Contains the filters that are bundled with the main distribution.
-
Uses of SeverityLevel in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api that return SeverityLevelModifier and TypeMethodDescriptionstatic SeverityLevel
SeverityLevel.getInstance
(String securityLevelName) SeverityLevel factory method.final SeverityLevel
AbstractViolationReporter.getSeverityLevel()
Returns the severity level of the messages generated by this module.AuditEvent.getSeverityLevel()
Gets the audit event severity level.LocalizedMessage.getSeverityLevel()
Gets the severity level.static SeverityLevel
Returns the enum constant of this type with the specified name.static SeverityLevel[]
SeverityLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.puppycrawl.tools.checkstyle.api with parameters of type SeverityLevelModifierConstructorDescriptionLocalizedMessage
(int lineNo, int columnNo, int columnCharIndex, int tokenType, String bundle, String key, Object[] args, SeverityLevel severityLevel, String moduleId, Class<?> sourceClass, String customMessage) Creates a newLocalizedMessage
instance.LocalizedMessage
(int lineNo, int columnNo, int tokenType, String bundle, String key, Object[] args, SeverityLevel severityLevel, String moduleId, Class<?> sourceClass, String customMessage) Creates a newLocalizedMessage
instance.LocalizedMessage
(int lineNo, int columnNo, String bundle, String key, Object[] args, SeverityLevel severityLevel, String moduleId, Class<?> sourceClass, String customMessage) Creates a newLocalizedMessage
instance.LocalizedMessage
(int lineNo, String bundle, String key, Object[] args, SeverityLevel severityLevel, String moduleId, Class<?> sourceClass, String customMessage) Creates a newLocalizedMessage
instance.Creates a new counter. -
Uses of SeverityLevel in com.puppycrawl.tools.checkstyle.checks.javadoc
Methods in com.puppycrawl.tools.checkstyle.checks.javadoc with parameters of type SeverityLevelModifier and TypeMethodDescriptionfinal void
WriteTagCheck.setTagSeverity
(SeverityLevel severity) Setter to specify the severity level when tag is found and printed. -
Uses of SeverityLevel in com.puppycrawl.tools.checkstyle.filters
Methods in com.puppycrawl.tools.checkstyle.filters with parameters of type SeverityLevelModifier and TypeMethodDescriptionfinal void
SeverityMatchFilter.setSeverity
(SeverityLevel severity) Setter to specify the severity level of this filter.