Package com.google.gerrit.server.project
Class ProjectConfig.Factory
java.lang.Object
com.google.gerrit.server.project.ProjectConfig.Factory
- Enclosing class:
- ProjectConfig
- 
Method SummaryModifier and TypeMethodDescriptioncreate(Project.NameKey projectName) read(MetaDataUpdate update) read(MetaDataUpdate update, org.eclipse.jgit.lib.ObjectId id) read(org.eclipse.jgit.lib.Repository repo, Project.NameKey name) 
- 
Method Details- 
create
- 
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
 
 
-