Package com.google.gerrit.server.project
Class ProjectConfig.Factory
java.lang.Object
com.google.gerrit.server.project.ProjectConfig.Factory
- Enclosing class:
- ProjectConfig
-
Method Summary
Modifier 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
-
read
public ProjectConfig read(MetaDataUpdate update) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
read
public ProjectConfig read(MetaDataUpdate update, org.eclipse.jgit.lib.ObjectId id) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
read
public 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
-