Uses of Interface
org.sonar.api.resources.ProjectFileSystem

Packages that use ProjectFileSystem
org.sonar.api.batch   
org.sonar.api.resources   
org.sonar.batch   
org.sonar.plugins.checkstyle   
 

Uses of ProjectFileSystem in org.sonar.api.batch
 

Methods in org.sonar.api.batch with parameters of type ProjectFileSystem
protected  void AbstractSourceImporter.analyse(ProjectFileSystem fileSystem, SensorContext context)
           
 

Uses of ProjectFileSystem in org.sonar.api.resources
 

Classes in org.sonar.api.resources that implement ProjectFileSystem
 class DefaultProjectFileSystem
          Deprecated. in 2.8. In fact this class should not be located in sonar-plugin-api and most of the methods were overridden by a component in sonar-batch.
 

Methods in org.sonar.api.resources that return ProjectFileSystem
 ProjectFileSystem ProjectFileSystem.addSourceDir(File dir)
          Deprecated. since 2.6 - ProjectFileSystem should be immutable See http://jira.codehaus.org/browse/SONAR-2126
 ProjectFileSystem ProjectFileSystem.addTestDir(File dir)
          Deprecated. since 2.6 - ProjectFileSystem should be immutable See http://jira.codehaus.org/browse/SONAR-2126
 ProjectFileSystem Project.getFileSystem()
          Note: it's better to get a reference on ProjectFileSystem as an IoC dependency (constructor parameter)
 

Methods in org.sonar.api.resources with parameters of type ProjectFileSystem
 Project Project.setFileSystem(ProjectFileSystem fs)
          Deprecated. since 2.6. See http://jira.codehaus.org/browse/SONAR-2126
 

Uses of ProjectFileSystem in org.sonar.batch
 

Classes in org.sonar.batch that implement ProjectFileSystem
 class DefaultProjectFileSystem2
          Implementation of ProjectFileSystem based on ProjectDefinition and MavenProject.
 

Constructors in org.sonar.batch with parameters of type ProjectFileSystem
DefaultProjectClasspath(ProjectDefinition def, ProjectFileSystem projectFileSystem)
           
DefaultProjectClasspath(ProjectDefinition def, ProjectFileSystem projectFileSystem, org.apache.maven.project.MavenProject pom)
           
 

Uses of ProjectFileSystem in org.sonar.plugins.checkstyle
 

Constructors in org.sonar.plugins.checkstyle with parameters of type ProjectFileSystem
CheckstyleConfiguration(Settings conf, CheckstyleProfileExporter confExporter, RulesProfile profile, ProjectFileSystem fileSystem)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.