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 MutableObjectIdPackIndex.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 MutableObjectIdWalkFetchConnection.idBufferprivate final MutableObjectIdPackParser.tempObjectIdMethods in org.eclipse.jgit.transport with parameters of type MutableObjectIdModifier and TypeMethodDescription(package private) static PacketLineIn.AckNackResultPacketLineIn.parseACKv2(String line, MutableObjectId returnedId) Parses a ACK/NAK line in protocol V2.(package private) PacketLineIn.AckNackResultPacketLineIn.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.voidAbstractTreeIterator.getEntryObjectId(MutableObjectId out) Obtain the ObjectId for the current entry.voidTreeWalk.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 TypeMethodDescriptionvoidSHA1.digest(MutableObjectId id) Finish the digest and return the resulting hash.