SimpleFileVisitor
Class SimpleFileVisitor<T>
- java.lang.Object
-
- java.nio.file.SimpleFileVisitor<T>
- Type Parameters:
-
T
- The type of reference to the files
- All Implemented Interfaces:
- FileVisitor<T>
public class SimpleFileVisitor<T> extends Object implements FileVisitor<T>
A simple visitor of files with default behavior to visit all files and to re-throw I/O errors.
Methods in this class may be overridden subject to their general contract.
- Since:
- 1.7
Constructors
SimpleFileVisitor
pro