Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
Modifier and Type | Method and Description |
---|---|
static SeverityLevel |
SeverityLevel.getInstance(String aSecurityLevelName)
SeverityLevel factory method.
|
SeverityLevel |
LocalizedMessage.getSeverityLevel() |
SeverityLevel |
AuditEvent.getSeverityLevel() |
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 aLineNo,
int aColNo,
String aBundle,
String aKey,
Object[] aArgs,
SeverityLevel aSeverityLevel,
String aModuleId,
Class<?> aSourceClass,
String aCustomMessage)
Creates a new
LocalizedMessage instance. |
LocalizedMessage(int aLineNo,
String aBundle,
String aKey,
Object[] aArgs,
SeverityLevel aSeverityLevel,
String aModuleId,
Class<?> aSourceClass,
String aCustomMessage)
Creates a new
LocalizedMessage instance. |
SeverityLevelCounter(SeverityLevel aLevel)
Creates a new counter.
|
Copyright © 2001–2016. All rights reserved.