Package com.google.gerrit.server.project
Class ProjectConfig.Factory
- java.lang.Object
- 
- com.google.gerrit.server.project.ProjectConfig.Factory
 
- 
- Enclosing class:
- ProjectConfig
 
 public static class ProjectConfig.Factory extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectConfigcreate(Project.NameKey projectName)ProjectConfigread(MetaDataUpdate update)ProjectConfigread(MetaDataUpdate update, org.eclipse.jgit.lib.ObjectId id)ProjectConfigread(org.eclipse.jgit.lib.Repository repo, Project.NameKey name)
 
- 
- 
- 
Method Detail- 
createpublic ProjectConfig create(Project.NameKey projectName) 
 - 
readpublic ProjectConfig read(MetaDataUpdate update) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
- IOException
- org.eclipse.jgit.errors.ConfigInvalidException
 
 - 
readpublic ProjectConfig read(MetaDataUpdate update, org.eclipse.jgit.lib.ObjectId id) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
- IOException
- org.eclipse.jgit.errors.ConfigInvalidException
 
 - 
readpublic ProjectConfig read(org.eclipse.jgit.lib.Repository repo, Project.NameKey name) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
- IOException
- org.eclipse.jgit.errors.ConfigInvalidException
 
 
- 
 
-