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

Packages that use ProjectFileSystem
org.sonar.api.resources   
 

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–2015 SonarSource. All rights reserved.