| Package | Description | 
|---|---|
| org.sonar.api.batch.fs.internal | |
| org.sonar.api.resources | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultInputFile  | 
| Modifier and Type | Method and Description | 
|---|---|
static InputFile | 
InputFileUtils.create(File basedir,
            File file)
Deprecated.  
For internal and for testing purposes. 
 | 
static InputFile | 
InputFileUtils.create(File basedir,
            String relativePath)
Deprecated.  
For internal and for testing purposes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<InputFile> | 
InputFileUtils.create(File basedir,
            Collection<File> files)
Deprecated.  
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
InputFileUtils.getRelativeDirectory(InputFile inputFile)
Deprecated.  
Extract the directory from relative path. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<File> | 
InputFileUtils.toFiles(Collection<InputFile> inputFiles)
Deprecated.  
  | 
static List<File> | 
ProjectUtils.toIoFiles(Collection<InputFile> inputFiles)
Deprecated. 
 
in 4.2. Replaced by org.sonar.api.resources.InputFileUtils#toFiles() 
 | 
Copyright © 2009–2015 SonarSource. All rights reserved.