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
private static final class PluginInstallerSupport.DeletingVisitor extends SimpleFileVisitor<Path>
A @{link
FileVisitor
which deletes files.-
Constructor Summary
Constructors Modifier Constructor Description private
DeletingVisitor()
-
Method Summary
Modifier and Type Method Description FileVisitResult
postVisitDirectory(Path dir, IOException exc)
FileVisitResult
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
-