Uses of Class
org.eclipse.jgit.submodule.SubmoduleWalk
Packages that use SubmoduleWalk
Package
Description
High-level API commands (the porcelain of JGit).
Git submodule support.
-
Uses of SubmoduleWalk in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type SubmoduleWalkModifier and TypeMethodDescriptionprivate Repository
SubmoduleUpdateCommand.getOrCloneSubmodule
(SubmoduleWalk generator, String url) private SubmoduleStatus
SubmoduleStatusCommand.getStatus
(SubmoduleWalk generator) -
Uses of SubmoduleWalk in org.eclipse.jgit.submodule
Methods in org.eclipse.jgit.submodule that return SubmoduleWalkModifier and TypeMethodDescriptionstatic SubmoduleWalk
SubmoduleWalk.forIndex
(Repository repository) Create a generator to walk over the submodule entries currently in the index The.gitmodules
file is read from the index.static SubmoduleWalk
SubmoduleWalk.forPath
(Repository repository, AnyObjectId treeId, String path) Create a generator and advance it to the submodule entry at the given pathstatic SubmoduleWalk
SubmoduleWalk.forPath
(Repository repository, AbstractTreeIterator iterator, String path) Create a generator and advance it to the submodule entry at the given pathSubmoduleWalk.loadModulesConfig()
Load the config for this walk from.gitmodules
.SubmoduleWalk.reset()
Reset generator and start new submodule walkSubmoduleWalk.setFilter
(TreeFilter filter) Set tree filterSubmoduleWalk.setModulesConfig
(Config config) Set the config used by this walk.SubmoduleWalk.setRootTree
(AnyObjectId id) Set the tree used by this walk for finding.gitmodules
.SubmoduleWalk.setRootTree
(AbstractTreeIterator tree) Set the tree used by this walk for finding.gitmodules
.SubmoduleWalk.setTree
(AnyObjectId treeId) Set the tree used for finding submodule entriesSubmoduleWalk.setTree
(AbstractTreeIterator iterator) Set the tree iterator used for finding submodule entries