org.sonar.plugins.java
Class JavaCommonRulesDecorator

java.lang.Object
  extended by org.sonar.commonrules.api.CommonRulesDecorator
      extended by org.sonar.plugins.java.JavaCommonRulesDecorator
All Implemented Interfaces:
org.sonar.api.batch.CheckProject, org.sonar.api.batch.Decorator, org.sonar.api.BatchComponent, org.sonar.api.BatchExtension, org.sonar.api.Extension

public class JavaCommonRulesDecorator
extends org.sonar.commonrules.api.CommonRulesDecorator


Constructor Summary
JavaCommonRulesDecorator(org.sonar.api.resources.ProjectFileSystem fs, org.sonar.api.profiles.RulesProfile qProfile)
           
 
Method Summary
 
Methods inherited from class org.sonar.commonrules.api.CommonRulesDecorator
decorate, dependsUponMetrics, language, shouldExecuteOnProject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaCommonRulesDecorator

public JavaCommonRulesDecorator(org.sonar.api.resources.ProjectFileSystem fs,
                                org.sonar.api.profiles.RulesProfile qProfile)


Copyright © 2012-2014 SonarSource. All Rights Reserved.