Package com.google.gerrit.server.git
Class LocalDiskRepositoryManager.ProjectVisitor
java.lang.Object
java.nio.file.SimpleFileVisitor<Path>
com.google.gerrit.server.git.LocalDiskRepositoryManager.ProjectVisitor
- All Implemented Interfaces:
FileVisitor<Path>
- Enclosing class:
- LocalDiskRepositoryManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpreVisitDirectory
(Path dir, BasicFileAttributes attrs) void
setStartFolder
(Path startFolder) visitFileFailed
(Path file, IOException e) Methods inherited from class java.nio.file.SimpleFileVisitor
postVisitDirectory, visitFile
-
Constructor Details
-
ProjectVisitor
-
-
Method Details
-
setStartFolder
-
preVisitDirectory
- Specified by:
preVisitDirectory
in interfaceFileVisitor<Path>
- Overrides:
preVisitDirectory
in classSimpleFileVisitor<Path>
- Throws:
IOException
-
visitFileFailed
- Specified by:
visitFileFailed
in interfaceFileVisitor<Path>
- Overrides:
visitFileFailed
in classSimpleFileVisitor<Path>
-