org.sonar.check
Class AnnotationIntrospector

java.lang.Object
  extended by org.sonar.check.AnnotationIntrospector

public final class AnnotationIntrospector
extends java.lang.Object


Method Summary
static Check getCheckAnnotation(java.lang.Class annotatedClass)
           
static java.lang.String getCheckKey(java.lang.Class annotatedClass)
           
static java.lang.String getPropertyFieldKey(java.lang.reflect.Field field)
           
static java.util.List<java.lang.reflect.Field> getPropertyFields(java.lang.Class annotatedClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCheckKey

public static java.lang.String getCheckKey(java.lang.Class annotatedClass)

getCheckAnnotation

public static Check getCheckAnnotation(java.lang.Class annotatedClass)

getPropertyFields

public static java.util.List<java.lang.reflect.Field> getPropertyFields(java.lang.Class annotatedClass)

getPropertyFieldKey

public static java.lang.String getPropertyFieldKey(java.lang.reflect.Field field)


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