|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleFileSystem
| Method Summary | |
|---|---|
File |
baseDir()
Base directory. |
List<File> |
binaryDirs()
Optional directories that contain the compiled sources, for example java bytecode. |
File |
buildDir()
Optional directory used by the build tool to generate various kinds of data (test reports, temp files, ...). |
List<File> |
files(FileQuery query)
Search for files. |
Charset |
sourceCharset()
Charset of source and test files. |
List<File> |
sourceDirs()
Source directories. |
List<File> |
testDirs()
Test directories. |
File |
workingDir()
Working directory used by Sonar. |
| Method Detail |
|---|
File baseDir()
@CheckForNull File buildDir()
List<File> sourceDirs()
List<File> testDirs()
List<File> binaryDirs()
List<File> files(FileQuery query)
Charset sourceCharset()
File workingDir()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||