org.sonar.api.checks.profiles
Class AnnotationCheckProfileFactory

java.lang.Object
  extended by org.sonar.api.checks.profiles.AnnotationCheckProfileFactory

Deprecated. since 2.3

@Deprecated
public final class AnnotationCheckProfileFactory
extends Object

Since:
2.1 (experimental)

Method Summary
static Collection<CheckProfile> create(String repositoryKey, String language, Collection<Class> checkClasses)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static Collection<CheckProfile> create(String repositoryKey,
                                              String language,
                                              Collection<Class> checkClasses)
Deprecated. 


Copyright © 2009-2010 SonarSource. All Rights Reserved.