Package com.google.gerrit.server.util
Class SubmoduleSectionParser
- java.lang.Object
-
- com.google.gerrit.server.util.SubmoduleSectionParser
-
public class SubmoduleSectionParser extends Object
It parses from a configuration file submodule sections.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 Summary
Constructors Constructor Description SubmoduleSectionParser(org.eclipse.jgit.lib.Config bbc, String canonicalWebUrl, Branch.NameKey superProjectBranch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<SubmoduleSubscription>
parseAllSections()
-
-
-
Constructor Detail
-
SubmoduleSectionParser
public SubmoduleSectionParser(org.eclipse.jgit.lib.Config bbc, String canonicalWebUrl, Branch.NameKey superProjectBranch)
-
-
Method Detail
-
parseAllSections
public Set<SubmoduleSubscription> parseAllSections()
-
-