org.sonar.plugins.java
Class JavaSonarWayProfile

java.lang.Object
  extended by org.sonar.api.profiles.ProfileDefinition
      extended by org.sonar.plugins.java.JavaSonarWayProfile
All Implemented Interfaces:
org.sonar.api.Extension, org.sonar.api.ServerComponent, org.sonar.api.ServerExtension

public class JavaSonarWayProfile
extends org.sonar.api.profiles.ProfileDefinition

Replacement for org.sonar.plugins.squid.SonarWayProfile


Constructor Summary
JavaSonarWayProfile(org.sonar.api.profiles.AnnotationProfileParser annotationProfileParser)
           
 
Method Summary
 org.sonar.api.profiles.RulesProfile createProfile(org.sonar.api.utils.ValidationMessages messages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaSonarWayProfile

public JavaSonarWayProfile(org.sonar.api.profiles.AnnotationProfileParser annotationProfileParser)
Method Detail

createProfile

public org.sonar.api.profiles.RulesProfile createProfile(org.sonar.api.utils.ValidationMessages messages)
Specified by:
createProfile in class org.sonar.api.profiles.ProfileDefinition


Copyright © 2012-2014 SonarSource. All Rights Reserved.