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