Class 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 Detail

      • SubmoduleSectionParser

        public SubmoduleSectionParser​(org.eclipse.jgit.lib.Config bbc,
                                      String canonicalWebUrl,
                                      Branch.NameKey superProjectBranch)