Uses of Class
org.eclipse.jgit.lib.MutableObjectId
Packages that use MutableObjectId
Package
Description
Computing blame/annotate information of files.
File based repository storage.
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Git notes processing (for commits, etc).
Walking revision graphs (commit history).
Transport (fetch/push) for different protocols.
Walking and comparing directory/file trees (of commits, file system).
-
Uses of MutableObjectId in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as MutableObjectId -
Uses of MutableObjectId in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as MutableObjectIdModifier and TypeFieldDescription(package private) final MutableObjectId
PackIndex.MutableEntry.idBuffer
-
Uses of MutableObjectId in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as MutableObjectId -
Uses of MutableObjectId in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as MutableObjectIdConstructors in org.eclipse.jgit.lib with parameters of type MutableObjectIdModifierConstructorDescription(package private)
Copying constructor. -
Uses of MutableObjectId in org.eclipse.jgit.notes
Fields in org.eclipse.jgit.notes declared as MutableObjectIdMethods in org.eclipse.jgit.notes with parameters of type MutableObjectId -
Uses of MutableObjectId in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as MutableObjectId -
Uses of MutableObjectId in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as MutableObjectIdModifier and TypeFieldDescriptionprivate final MutableObjectId
WalkFetchConnection.idBuffer
private final MutableObjectId
PackParser.tempObjectId
Methods in org.eclipse.jgit.transport with parameters of type MutableObjectIdModifier and TypeMethodDescription(package private) static PacketLineIn.AckNackResult
PacketLineIn.parseACKv2
(String line, MutableObjectId returnedId) Parses a ACK/NAK line in protocol V2.(package private) PacketLineIn.AckNackResult
PacketLineIn.readACK
(MutableObjectId returnedId) -
Uses of MutableObjectId in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as MutableObjectIdMethods 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) Create a new iterator for the current entry's subtree.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 TypeMethodDescriptionvoid
SHA1.digest
(MutableObjectId id) Finish the digest and return the resulting hash.