|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputFile | |
|---|---|
| org.sonar.api.resources | |
| Uses of InputFile in org.sonar.api.resources |
|---|
| Methods in org.sonar.api.resources that return types with arguments of type InputFile | |
|---|---|
List<InputFile> |
ProjectFileSystem.mainFiles(String... langs)
Source files, excluding unit tests and files matching project exclusion patterns. |
List<InputFile> |
DefaultProjectFileSystem.mainFiles(String... langs)
|
List<InputFile> |
ProjectFileSystem.testFiles(String... langs)
Source files of unit tests. |
List<InputFile> |
DefaultProjectFileSystem.testFiles(String... langs)
|
| Method parameters in org.sonar.api.resources with type arguments of type InputFile | |
|---|---|
static List<File> |
ProjectUtils.toIoFiles(Collection<InputFile> inputFiles)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||