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
Constructors -
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:
preVisitDirectoryin interfaceFileVisitor<T>- Throws:
IOException
-
visitFile
- Specified by:
visitFilein interfaceFileVisitor<T>- Throws:
IOException
-
visitFileFailed
- Specified by:
visitFileFailedin interfaceFileVisitor<T>- Throws:
IOException
-
postVisitDirectory
- Specified by:
postVisitDirectoryin interfaceFileVisitor<T>- Throws:
IOException
-