Uses of Class
org.eclipse.jgit.lib.MutableObjectId
Packages that use MutableObjectId
Package
Description
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 MutableObjectIdModifier and TypeMethodDescriptionAbstractTreeIterator.createSubtreeIterator
(ObjectReader reader, MutableObjectId idBuffer) Create a new iterator for the current entry's subtree.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. -
Uses of MutableObjectId in org.eclipse.jgit.util.sha1
Methods in org.eclipse.jgit.util.sha1 with parameters of type MutableObjectIdModifier and TypeMethodDescriptionabstract void
SHA1.digest
(MutableObjectId id) Finish the digest and return the resulting hash.