Uses of Class
com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
Packages that use SeverityLevel Package Description com.puppycrawl.tools.checkstyle.api Contains the core API to be used to implement checks.com.puppycrawl.tools.checkstyle.checks.javadoc Contains the Javadoc checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.filters 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 SeverityLevel Modifier and Type Method Description static SeverityLevelSeverityLevel. getInstance(java.lang.String securityLevelName)SeverityLevel factory method.SeverityLevelAbstractViolationReporter. getSeverityLevel()Returns the severity level of the messages generated by this module.SeverityLevelAuditEvent. getSeverityLevel()Gets the audit event severity level.SeverityLevelLocalizedMessage. getSeverityLevel()Gets the severity level.static SeverityLevelSeverityLevel. valueOf(java.lang.String name)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 SeverityLevel Constructor Description LocalizedMessage(int lineNo, int columnNo, int columnCharIndex, int tokenType, java.lang.String bundle, java.lang.String key, java.lang.Object[] args, SeverityLevel severityLevel, java.lang.String moduleId, java.lang.Class<?> sourceClass, java.lang.String customMessage)Creates a newLocalizedMessageinstance.LocalizedMessage(int lineNo, int columnNo, int tokenType, java.lang.String bundle, java.lang.String key, java.lang.Object[] args, SeverityLevel severityLevel, java.lang.String moduleId, java.lang.Class<?> sourceClass, java.lang.String customMessage)Creates a newLocalizedMessageinstance.LocalizedMessage(int lineNo, int columnNo, java.lang.String bundle, java.lang.String key, java.lang.Object[] args, SeverityLevel severityLevel, java.lang.String moduleId, java.lang.Class<?> sourceClass, java.lang.String customMessage)Creates a newLocalizedMessageinstance.LocalizedMessage(int lineNo, java.lang.String bundle, java.lang.String key, java.lang.Object[] args, SeverityLevel severityLevel, java.lang.String moduleId, java.lang.Class<?> sourceClass, java.lang.String customMessage)Creates a newLocalizedMessageinstance.SeverityLevelCounter(SeverityLevel level)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 SeverityLevel Modifier and Type Method Description voidWriteTagCheck. 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 SeverityLevel Modifier and Type Method Description voidSeverityMatchFilter. setSeverity(SeverityLevel severity)Setter to specify the severity level of this filter.
-