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 SummaryModifier and TypeMethodDescriptionvoidRequests that file visiting terminate after the current file.Methods inherited from interface org.gradle.api.file.FileTreeElementcopyTo, copyTo, getFile, getLastModified, getMode, getName, getPath, getPermissions, getRelativePath, getSize, isDirectory, open
- 
Method Details- 
stopVisitingvoid stopVisiting()Requests that file visiting terminate after the current file.
 
-