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
| Constructor and Description |
|---|
SubmoduleSectionParser(org.eclipse.jgit.lib.Config bbc,
String canonicalWebUrl,
Branch.NameKey superProjectBranch) |
| Modifier and Type | Method and Description |
|---|---|
Set<SubmoduleSubscription> |
parseAllSections() |
public SubmoduleSectionParser(org.eclipse.jgit.lib.Config bbc,
String canonicalWebUrl,
Branch.NameKey superProjectBranch)
public Set<SubmoduleSubscription> parseAllSections()