org.sonar.api.profiles
Class AnnotationProfileParser

java.lang.Object
  extended by org.sonar.api.profiles.AnnotationProfileParser
All Implemented Interfaces:
ServerComponent

public final class AnnotationProfileParser
extends Object
implements ServerComponent

Since:
2.3

Constructor Summary
AnnotationProfileParser(RuleFinder ruleFinder)
           
 
Method Summary
 RulesProfile parse(String repositoryKey, String profileName, String language, Collection<Class> annotatedClasses, ValidationMessages messages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationProfileParser

public AnnotationProfileParser(RuleFinder ruleFinder)
Method Detail

parse

public RulesProfile parse(String repositoryKey,
                          String profileName,
                          String language,
                          Collection<Class> annotatedClasses,
                          ValidationMessages messages)


Copyright © 2009-2010 SonarSource. All Rights Reserved.