Package org.wildfly.glow
Class NestedWarOrExplodedArchiveFileVisitor
java.lang.Object
org.wildfly.glow.NestedWarOrExplodedArchiveFileVisitor
- All Implemented Interfaces:
FileVisitor<Path>
public abstract class NestedWarOrExplodedArchiveFileVisitor
extends Object
implements FileVisitor<Path>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpostVisitDirectory(Path dir, IOException exc) preVisitDirectory(Path dir, BasicFileAttributes attrs) protected booleanvisitFileFailed(Path file, IOException exc) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.nio.file.FileVisitor
visitFile
-
Constructor Details
-
NestedWarOrExplodedArchiveFileVisitor
-
-
Method Details
-
preVisitDirectory
- Specified by:
preVisitDirectoryin interfaceFileVisitor<Path>- Throws:
IOException
-
visitFileFailed
- Specified by:
visitFileFailedin interfaceFileVisitor<Path>- Throws:
IOException
-
postVisitDirectory
- Specified by:
postVisitDirectoryin interfaceFileVisitor<Path>- Throws:
IOException
-
shouldTraversePossibleArchiveDirectory
-