|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubmoduleWalk | |
---|---|
org.eclipse.jgit.submodule |
Uses of SubmoduleWalk in org.eclipse.jgit.submodule |
---|
Methods in org.eclipse.jgit.submodule that return SubmoduleWalk | |
---|---|
static SubmoduleWalk |
SubmoduleWalk.forIndex(Repository repository)
Create a generator to walk over the submodule entries currently in the index |
static SubmoduleWalk |
SubmoduleWalk.forPath(Repository repository,
AbstractTreeIterator iterator,
String path)
Create a generator and advance it to the submodule entry at the given path |
static SubmoduleWalk |
SubmoduleWalk.forPath(Repository repository,
AnyObjectId treeId,
String path)
Create a generator and advance it to the submodule entry at the given path |
SubmoduleWalk |
SubmoduleWalk.reset()
Reset generator and start new submodule walk |
SubmoduleWalk |
SubmoduleWalk.setFilter(TreeFilter filter)
Set tree filter |
SubmoduleWalk |
SubmoduleWalk.setTree(AbstractTreeIterator iterator)
Set the tree iterator used for finding submodule entries |
SubmoduleWalk |
SubmoduleWalk.setTree(AnyObjectId treeId)
Set the tree used for finding submodule entries |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |