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 @{linkFileVisitorwhich deletes files.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateDeletingVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileVisitResultpostVisitDirectory(Path dir, IOException exc)FileVisitResultvisitFile(Path file, BasicFileAttributes attrs)-
Methods inherited from class java.nio.file.SimpleFileVisitor
preVisitDirectory, visitFileFailed
-
-
-
-
Method Detail
-
visitFile
public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException
- Specified by:
visitFilein interfaceFileVisitor<Path>- Overrides:
visitFilein classSimpleFileVisitor<Path>- Throws:
IOException
-
postVisitDirectory
public FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOException
- Specified by:
postVisitDirectoryin interfaceFileVisitor<Path>- Overrides:
postVisitDirectoryin classSimpleFileVisitor<Path>- Throws:
IOException
-
-