public class SubmoduleSectionParser
extends java.lang.Object
Example of submodule sections:
[submodule "project-a"]
url = http://localhost/a
path = a
branch = .
[submodule "project-b"]
url = http://localhost/b
path = b
branch = refs/heads/test
| Constructor and Description |
|---|
SubmoduleSectionParser(org.eclipse.jgit.lib.BlobBasedConfig bbc,
java.lang.String thisServer,
com.google.gerrit.reviewdb.client.Branch.NameKey superProjectBranch,
GitRepositoryManager repoManager) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.google.gerrit.reviewdb.client.SubmoduleSubscription> |
parseAllSections() |
public SubmoduleSectionParser(org.eclipse.jgit.lib.BlobBasedConfig bbc,
java.lang.String thisServer,
com.google.gerrit.reviewdb.client.Branch.NameKey superProjectBranch,
GitRepositoryManager repoManager)