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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionpreVisitDirectory(Path dir, BasicFileAttributes attrs) voidsetStartFolder(Path startFolder) visitFileFailed(Path file, IOException e) Methods inherited from class java.nio.file.SimpleFileVisitorpostVisitDirectory, visitFile
- 
Constructor Details- 
ProjectVisitor
 
- 
- 
Method Details- 
setStartFolder
- 
preVisitDirectory- Specified by:
- preVisitDirectoryin interface- FileVisitor<Path>
- Overrides:
- preVisitDirectoryin class- SimpleFileVisitor<Path>
- Throws:
- IOException
 
- 
visitFileFailed- Specified by:
- visitFileFailedin interface- FileVisitor<Path>
- Overrides:
- visitFileFailedin class- SimpleFileVisitor<Path>
 
 
-