|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SeverityLevel | |
---|---|
com.puppycrawl.tools.checkstyle.api | Contains the core API to be used to implement checks. |
Uses of SeverityLevel in com.puppycrawl.tools.checkstyle.api |
---|
Methods in com.puppycrawl.tools.checkstyle.api that return SeverityLevel | |
---|---|
static SeverityLevel |
SeverityLevel.getInstance(String aSecurityLevelName)
SeverityLevel factory method. |
static SeverityLevel |
SeverityLevel.getInstance(String aSecurityLevelName)
SeverityLevel factory method. |
SeverityLevel |
AbstractViolationReporter.getSeverityLevel()
Returns the severity level of the messages generated by this module. |
SeverityLevel |
AuditEvent.getSeverityLevel()
|
SeverityLevel |
LocalizedMessage.getSeverityLevel()
|
SeverityLevel |
LocalizedMessage.getSeverityLevel()
|
SeverityLevel |
AbstractViolationReporter.getSeverityLevel()
Returns the severity level of the messages generated by this module. |
SeverityLevel |
AuditEvent.getSeverityLevel()
|
static SeverityLevel |
SeverityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
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. |
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 | |
---|---|
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,
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. |
|
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. |
|
SeverityLevelCounter(SeverityLevel aLevel)
Creates a new counter. |
|
Back to the Checkstyle Home Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |