org.sonar.plugins.java
Class DefaultJavaResourceLocator

java.lang.Object
  extended by org.sonar.plugins.java.DefaultJavaResourceLocator
All Implemented Interfaces:
org.sonar.api.BatchComponent, org.sonar.api.BatchExtension, org.sonar.api.Extension, JavaResourceLocator

public class DefaultJavaResourceLocator
extends Object
implements JavaResourceLocator


Constructor Summary
DefaultJavaResourceLocator(org.sonar.api.resources.Project project, org.sonar.api.scan.filesystem.ModuleFileSystem fileSystem)
           
 
Method Summary
 Collection<File> classFilesToAnalyze()
           
 org.sonar.api.resources.Resource findResourceByClassName(String className)
           
 void setSquidIndex(org.sonar.squidbridge.indexer.SquidIndex squidIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJavaResourceLocator

public DefaultJavaResourceLocator(org.sonar.api.resources.Project project,
                                  org.sonar.api.scan.filesystem.ModuleFileSystem fileSystem)
Method Detail

setSquidIndex

public void setSquidIndex(org.sonar.squidbridge.indexer.SquidIndex squidIndex)

findResourceByClassName

public org.sonar.api.resources.Resource findResourceByClassName(String className)
Specified by:
findResourceByClassName in interface JavaResourceLocator

classFilesToAnalyze

public Collection<File> classFilesToAnalyze()
Specified by:
classFilesToAnalyze in interface JavaResourceLocator


Copyright © 2012-2014 SonarSource. All Rights Reserved.