Package dev.dsf.maven.bundle
Class BundleEntryFileVisitor
java.lang.Object
dev.dsf.maven.bundle.BundleEntryFileVisitor
- All Implemented Interfaces:
FileVisitor<Path>
-
Constructor Summary
ConstructorsConstructorDescriptionBundleEntryFileVisitor
(Path baseFolder, BundleEntryPutReader putReader, BundleEntryPostReader postReader) -
Method Summary
Modifier and TypeMethodDescriptionpostVisitDirectory
(Path dir, IOException exc) preVisitDirectory
(Path dir, BasicFileAttributes attrs) visitFile
(Path file, BasicFileAttributes attrs) visitFileFailed
(Path file, IOException exc)
-
Constructor Details
-
BundleEntryFileVisitor
public BundleEntryFileVisitor(Path baseFolder, BundleEntryPutReader putReader, BundleEntryPostReader postReader)
-
-
Method Details
-
preVisitDirectory
- Specified by:
preVisitDirectory
in interfaceFileVisitor<Path>
- Throws:
IOException
-
visitFile
- Specified by:
visitFile
in interfaceFileVisitor<Path>
- Throws:
IOException
-
visitFileFailed
- Specified by:
visitFileFailed
in interfaceFileVisitor<Path>
- Throws:
IOException
-
postVisitDirectory
- Specified by:
postVisitDirectory
in interfaceFileVisitor<Path>
- Throws:
IOException
-