Package org.gradle.api.file
Interface FileVisitDetails
-
- All Superinterfaces:
FileTreeElement
public interface FileVisitDetails extends FileTreeElement
Provides access to details about a file or directory being visited by aFileVisitor
.- See Also:
FileTree.visit(groovy.lang.Closure)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stopVisiting()
Requests that file visiting terminate after the current file.-
Methods inherited from interface org.gradle.api.file.FileTreeElement
copyTo, copyTo, getFile, getLastModified, getMode, getName, getPath, getPermissions, getRelativePath, getSize, isDirectory, open
-
-