Package org.sonarqube.gradle
Class SourceCollector
java.lang.Object
org.sonarqube.gradle.SourceCollector
- All Implemented Interfaces:
FileVisitor<Path>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceCollector.Builderbuilder()postVisitDirectory(Path path, IOException e) preVisitDirectory(Path path, BasicFileAttributes basicFileAttributes) visitFile(Path path, BasicFileAttributes basicFileAttributes) visitFileFailed(Path path, IOException e)
-
Method Details
-
getCollectedSources
-
builder
-
preVisitDirectory
- Specified by:
preVisitDirectoryin interfaceFileVisitor<Path>
-
visitFile
- Specified by:
visitFilein interfaceFileVisitor<Path>
-
visitFileFailed
- Specified by:
visitFileFailedin interfaceFileVisitor<Path>- Throws:
IOException
-
postVisitDirectory
- Specified by:
postVisitDirectoryin interfaceFileVisitor<Path>- Throws:
IOException
-