org.sonar.api.resources
Class ProjectUtils

java.lang.Object
  extended by org.sonar.api.resources.ProjectUtils

Deprecated. see method comments

@Deprecated
public final class ProjectUtils
extends Object

Since:
1.10

Method Summary
static List<File> toIoFiles(Collection<InputFile> inputFiles)
          Deprecated. in 4.2. Replaced by org.sonar.api.resources.InputFileUtils#toFiles()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toIoFiles

@Deprecated
public static List<File> toIoFiles(Collection<InputFile> inputFiles)
Deprecated. in 4.2. Replaced by org.sonar.api.resources.InputFileUtils#toFiles()

Since:
2.7


Copyright © 2009–2015 SonarSource. All rights reserved.