Package com.google.gerrit.server.git
Class GitModules
- java.lang.Object
- 
- com.google.gerrit.server.git.GitModules
 
- 
 public class GitModules extends Object Loads the .gitmodules file of the specified project/branch. It can be queried which submodules this branch is subscribed to.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceGitModules.Factory
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SubmoduleSubscription>subscribedTo(Branch.NameKey src)
 
- 
- 
- 
Method Detail- 
subscribedTopublic Collection<SubmoduleSubscription> subscribedTo(Branch.NameKey src) 
 
- 
 
-