Package org.gradle.api.file
Interface FileVisitDetails
- All Superinterfaces:
FileTreeElement
Provides access to details about a file or directory being visited by a
FileVisitor
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Method Details
-
stopVisiting
void stopVisiting()Requests that file visiting terminate after the current file.
-