public class RecursiveDeleteVisitor extends SimpleFileVisitor<Path>
Modifier and Type | Field and Description |
---|---|
static FileVisitor<Path> |
INSTANCE |
Constructor and Description |
---|
RecursiveDeleteVisitor() |
Modifier and Type | Method and Description |
---|---|
FileVisitResult |
postVisitDirectory(Path dir,
IOException exc) |
FileVisitResult |
visitFile(Path file,
BasicFileAttributes attrs) |
preVisitDirectory, visitFileFailed
public static final FileVisitor<Path> INSTANCE
public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException
visitFile
in interface FileVisitor<Path>
visitFile
in class SimpleFileVisitor<Path>
IOException
public FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOException
postVisitDirectory
in interface FileVisitor<Path>
postVisitDirectory
in class SimpleFileVisitor<Path>
IOException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.