org.sonar.check
Interface Message


public interface Message


Method Summary
 java.lang.Object getChecker()
          Return the checker which logged the message.
 java.lang.Integer getLine()
           
 java.lang.String getText(java.util.Locale locale)
           
 

Method Detail

getChecker

java.lang.Object getChecker()
Return the checker which logged the message. The checker class must be annotated with @Check


getLine

java.lang.Integer getLine()

getText

java.lang.String getText(java.util.Locale locale)


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.