Package net.javasauce.ss.util
Class DeleteHierarchyVisitor
- All Implemented Interfaces:
FileVisitor<Path>
Created by covers1624 on 12/9/24.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpostVisitDirectory(Path dir, IOException exc) visitFile(Path file, BasicFileAttributes attrs) Methods inherited from class java.nio.file.SimpleFileVisitor
preVisitDirectory, visitFileFailed
-
Constructor Details
-
DeleteHierarchyVisitor
public DeleteHierarchyVisitor()
-
-
Method Details
-
visitFile
- Specified by:
visitFilein interfaceFileVisitor<Path>- Overrides:
visitFilein classSimpleFileVisitor<Path>- Throws:
IOException
-
postVisitDirectory
- Specified by:
postVisitDirectoryin interfaceFileVisitor<Path>- Overrides:
postVisitDirectoryin classSimpleFileVisitor<Path>- Throws:
IOException
-