Class PluginInstallerSupport.DeletingVisitor
java.lang.Object
java.nio.file.SimpleFileVisitor<Path>
net.shibboleth.idp.installer.plugin.impl.PluginInstallerSupport.DeletingVisitor
- All Implemented Interfaces:
FileVisitor<Path>
- Enclosing class:
- PluginInstallerSupport
A @{link
FileVisitor
which deletes files.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpostVisitDirectory
(Path dir, IOException exc) visitFile
(Path file, BasicFileAttributes attrs) Methods inherited from class java.nio.file.SimpleFileVisitor
preVisitDirectory, visitFileFailed
-
Constructor Details
-
DeletingVisitor
private DeletingVisitor()
-
-
Method Details
-
visitFile
- Specified by:
visitFile
in interfaceFileVisitor<Path>
- Overrides:
visitFile
in classSimpleFileVisitor<Path>
- Throws:
IOException
-
postVisitDirectory
- Specified by:
postVisitDirectory
in interfaceFileVisitor<Path>
- Overrides:
postVisitDirectory
in classSimpleFileVisitor<Path>
- Throws:
IOException
-