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) voidsetStartFolder(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:
 preVisitDirectoryin interfaceFileVisitor<Path>- Overrides:
 preVisitDirectoryin classSimpleFileVisitor<Path>- Throws:
 IOException
 - 
visitFileFailed
- Specified by:
 visitFileFailedin interfaceFileVisitor<Path>- Overrides:
 visitFileFailedin classSimpleFileVisitor<Path>
 
 -