Uses of Class
org.eclipse.jgit.submodule.SubmoduleWalk

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
 



Copyright © 2012. All Rights Reserved.