Package org.gradle.api.file
Interface ReproducibleFileVisitor
- All Superinterfaces:
- FileVisitor
Visitor which can request a reproducible file order.
- Since:
- 3.4
- 
Method SummaryModifier and TypeMethodDescriptionbooleanWhether theFileVisitorshould receive the files in a reproducible order independent of the underlying file system.Methods inherited from interface org.gradle.api.file.FileVisitorvisitDir, visitFile
- 
Method Details- 
isReproducibleFileOrderboolean isReproducibleFileOrder()Whether theFileVisitorshould receive the files in a reproducible order independent of the underlying file system.- Returns:
- trueif files should be walked in a reproducible order.
 
 
-