Package org.spongepowered.api.util.file
Class ForwardingFileVisitor<T>
java.lang.Object
org.spongepowered.api.util.file.ForwardingFileVisitor<T>
- All Implemented Interfaces:
FileVisitor<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpostVisitDirectory
(T dir, IOException exc) preVisitDirectory
(T dir, BasicFileAttributes attrs) visitFile
(T file, BasicFileAttributes attrs) visitFileFailed
(T file, IOException exc)
-
Constructor Details
-
ForwardingFileVisitor
-
-
Method Details
-
preVisitDirectory
- Specified by:
preVisitDirectory
in interfaceFileVisitor<T>
- Throws:
IOException
-
visitFile
- Specified by:
visitFile
in interfaceFileVisitor<T>
- Throws:
IOException
-
visitFileFailed
- Specified by:
visitFileFailed
in interfaceFileVisitor<T>
- Throws:
IOException
-
postVisitDirectory
- Specified by:
postVisitDirectory
in interfaceFileVisitor<T>
- Throws:
IOException
-