Uses of Class
com.puppycrawl.tools.checkstyle.api.SeverityLevel

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.
 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.
 

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, 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-2011. All Rights Reserved.