public class MultiBaseLocalDiskRepositoryManager extends LocalDiskRepositoryManager
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiBaseLocalDiskRepositoryManager.Module |
LocalDiskRepositoryManager.Lifecycle, LocalDiskRepositoryManager.ProjectVisitor| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
getBasePath(com.google.gerrit.reviewdb.client.Project.NameKey name)
Return the basePath under which the specified project is stored.
|
protected void |
scanProjects(LocalDiskRepositoryManager.ProjectVisitor visitor) |
createRepository, getProjectDescription, list, openRepository, setProjectDescription, start, stoppublic java.nio.file.Path getBasePath(com.google.gerrit.reviewdb.client.Project.NameKey name)
LocalDiskRepositoryManagergetBasePath in class LocalDiskRepositoryManagername - the name of the projectprotected void scanProjects(LocalDiskRepositoryManager.ProjectVisitor visitor)
scanProjects in class LocalDiskRepositoryManager