org.sonar.plugins.java.bridges
Class ChecksBridge

java.lang.Object
  extended by org.sonar.plugins.java.bridges.ChecksBridge

public class ChecksBridge
extends Object


Constructor Summary
ChecksBridge(org.sonar.api.batch.rule.Checks<org.sonar.squidbridge.api.CodeVisitor> checks, org.sonar.api.component.ResourcePerspectives resourcePerspectives, org.sonar.api.profiles.RulesProfile rulesProfile)
           
 
Method Summary
 void reportIssueForPackageInfo(org.sonar.api.resources.Directory directory, org.sonar.api.resources.Project project)
           
 void reportIssues(org.sonar.squidbridge.api.SourceFile squidFile, org.sonar.api.resources.Resource sonarFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChecksBridge

public ChecksBridge(org.sonar.api.batch.rule.Checks<org.sonar.squidbridge.api.CodeVisitor> checks,
                    org.sonar.api.component.ResourcePerspectives resourcePerspectives,
                    org.sonar.api.profiles.RulesProfile rulesProfile)
Method Detail

reportIssues

public void reportIssues(org.sonar.squidbridge.api.SourceFile squidFile,
                         org.sonar.api.resources.Resource sonarFile)

reportIssueForPackageInfo

public void reportIssueForPackageInfo(org.sonar.api.resources.Directory directory,
                                      org.sonar.api.resources.Project project)


Copyright © 2012-2014 SonarSource. All Rights Reserved.