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

Packages that use InputFile
org.sonar.api.resources   
 

Uses of InputFile in org.sonar.api.resources
 

Methods in org.sonar.api.resources that return InputFile
static InputFile InputFileUtils.create(File basedir, File file)
          For internal and for testing purposes.
static InputFile InputFileUtils.create(File basedir, String relativePath)
          For internal and for testing purposes.
 

Methods in org.sonar.api.resources that return types with arguments of type InputFile
static List<InputFile> InputFileUtils.create(File basedir, Collection<File> files)
          For internal and for testing purposes.
 List<InputFile> ProjectFileSystem.mainFiles(String... langs)
          Deprecated. Source files, excluding unit tests and files matching project exclusion patterns.
 List<InputFile> ProjectFileSystem.testFiles(String... langs)
          Deprecated. Source files of unit tests.
 

Methods in org.sonar.api.resources with parameters of type InputFile
static String InputFileUtils.getRelativeDirectory(InputFile inputFile)
          Extract the directory from relative path.
 

Method parameters in org.sonar.api.resources with type arguments of type InputFile
static List<File> InputFileUtils.toFiles(Collection<InputFile> inputFiles)
           
static List<File> ProjectUtils.toIoFiles(Collection<InputFile> inputFiles)
          Deprecated. in 4.2. Replaced by org.sonar.api.resources.InputFileUtils#toFiles()
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.