Uses of Class
org.eclipse.jgit.lib.GitmoduleEntry
-
Packages that use GitmoduleEntry Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of GitmoduleEntry in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib with type parameters of type GitmoduleEntry Modifier and Type Field Description private java.util.List<GitmoduleEntry>
ObjectChecker. gitsubmodules
Methods in org.eclipse.jgit.lib that return types with arguments of type GitmoduleEntry Modifier and Type Method Description java.util.List<GitmoduleEntry>
ObjectChecker. getGitsubmodules()
Get the list of ".gitmodules" files found in the pack.
-