FileVisitor
public interface ReproducibleFileVisitor extends FileVisitor
Modifier and Type | Method | Description |
---|---|---|
boolean |
isReproducibleFileOrder() |
Whether the
FileVisitor should receive the files in a reproducible order independent of the underlying file system. |
visitDir, visitFile
boolean isReproducibleFileOrder()
FileVisitor
should receive the files in a reproducible order independent of the underlying file system.