Package net.fabricmc.loom.util
Class DeletingFileVisitor
- All Implemented Interfaces:
FileVisitor<Path>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpostVisitDirectory(Path path, IOException e)visitFile(Path path, BasicFileAttributes basicFileAttributes)Methods inherited from class java.nio.file.SimpleFileVisitor
preVisitDirectory, visitFileFailed
-
Constructor Details
-
DeletingFileVisitor
public DeletingFileVisitor()
-
-
Method Details
-
visitFile
public FileVisitResult visitFile(Path path, BasicFileAttributes basicFileAttributes) throws IOException- Specified by:
visitFilein interfaceFileVisitor<Path>- Overrides:
visitFilein classSimpleFileVisitor<Path>- Throws:
IOException
-
postVisitDirectory
- Specified by:
postVisitDirectoryin interfaceFileVisitor<Path>- Overrides:
postVisitDirectoryin classSimpleFileVisitor<Path>- Throws:
IOException
-