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 Summary
Nested Classes Modifier and Type Class Description static interface
GitModules.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SubmoduleSubscription>
subscribedTo(Branch.NameKey src)
-
-
-
Method Detail
-
subscribedTo
public Collection<SubmoduleSubscription> subscribedTo(Branch.NameKey src)
-
-