api / org.gradle.api.file / ReproducibleFileVisitor

ReproducibleFileVisitor

@Incubating interface ReproducibleFileVisitor : FileVisitor

Visitor which can request a reproducible file order.

Since
3.4

Functions

isReproducibleFileOrder

abstract fun isReproducibleFileOrder(): Boolean

Whether the FileVisitor should receive the files in a reproducible order independent of the underlying file system.

Inherited Functions

visitDir

abstract fun visitDir(dirDetails: FileVisitDetails): Unit

Visits a directory.

visitFile

abstract fun visitFile(fileDetails: FileVisitDetails): Unit

Visits a file.