public class SubmoduleSectionParser extends 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
Modifier and Type | Class and Description |
---|---|
static interface |
SubmoduleSectionParser.Factory |
Constructor and Description |
---|
SubmoduleSectionParser(ProjectCache projectCache,
org.eclipse.jgit.lib.BlobBasedConfig bbc,
String thisServer,
com.google.gerrit.reviewdb.client.Branch.NameKey superProjectBranch) |
@Inject public SubmoduleSectionParser(ProjectCache projectCache, org.eclipse.jgit.lib.BlobBasedConfig bbc, String thisServer, com.google.gerrit.reviewdb.client.Branch.NameKey superProjectBranch)
public Set<com.google.gerrit.reviewdb.client.SubmoduleSubscription> parseAllSections()