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

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

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)
          Deprecated.  
 

Uses of ProjectFileSystem in org.sonar.api.resources
 

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()
          Deprecated. replaced by ModuleFileSystem in 3.5
 

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
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.