Uses of Class
org.eclipse.jgit.lib.MutableObjectId

Packages that use MutableObjectId
org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system). 
 

Uses of MutableObjectId in org.eclipse.jgit.treewalk
 

Methods in org.eclipse.jgit.treewalk with parameters of type MutableObjectId
 AbstractTreeIterator AbstractTreeIterator.createSubtreeIterator(ObjectReader reader, MutableObjectId idBuffer)
          Create a new iterator for the current entry's subtree.
 CanonicalTreeParser CanonicalTreeParser.createSubtreeIterator(ObjectReader reader, MutableObjectId idBuffer)
           
 void AbstractTreeIterator.getEntryObjectId(MutableObjectId out)
          Obtain the ObjectId for the current entry.
 void TreeWalk.getObjectId(MutableObjectId out, int nth)
          Obtain the ObjectId for the current entry.
 



Copyright © 2013. All Rights Reserved.