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.
|
Modifier and Type | Method and Description |
---|---|
static SeverityLevel |
SeverityLevel.getInstance(String securityLevelName)
SeverityLevel factory method.
|
SeverityLevel |
LocalizedMessage.getSeverityLevel()
Gets the severity level.
|
SeverityLevel |
AuditEvent.getSeverityLevel()
Gets the audit event severity level.
|
SeverityLevel |
AbstractViolationReporter.getSeverityLevel()
Returns the severity level of the messages generated by this module.
|
static SeverityLevel |
SeverityLevel.valueOf(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.
|
Constructor and Description |
---|
LocalizedMessage(int lineNo,
int columnNo,
int columnCharIndex,
int tokenType,
String bundle,
String key,
Object[] args,
SeverityLevel severityLevel,
String moduleId,
Class<?> sourceClass,
String customMessage)
Creates a new
LocalizedMessage instance. |
LocalizedMessage(int lineNo,
int columnNo,
int tokenType,
String bundle,
String key,
Object[] args,
SeverityLevel severityLevel,
String moduleId,
Class<?> sourceClass,
String customMessage)
Creates a new
LocalizedMessage instance. |
LocalizedMessage(int lineNo,
int columnNo,
String bundle,
String key,
Object[] args,
SeverityLevel severityLevel,
String moduleId,
Class<?> sourceClass,
String customMessage)
Creates a new
LocalizedMessage instance. |
LocalizedMessage(int lineNo,
String bundle,
String key,
Object[] args,
SeverityLevel severityLevel,
String moduleId,
Class<?> sourceClass,
String customMessage)
Creates a new
LocalizedMessage instance. |
SeverityLevelCounter(SeverityLevel level)
Creates a new counter.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteTagCheck.setTagSeverity(SeverityLevel severity)
Sets the tag severity level.
|
Modifier and Type | Method and Description |
---|---|
void |
SeverityMatchFilter.setSeverity(SeverityLevel severity)
Sets the severity level.
|
Copyright © 2001–2018. All rights reserved.