Uses of Class
org.eclipse.jgit.lib.MutableObjectId
-
Packages that use MutableObjectId Package Description org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.notes Git notes processing (for commits, etc).org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system).org.eclipse.jgit.util.sha1 -
-
Uses of MutableObjectId in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as MutableObjectId Modifier and Type Field Description private MutableObjectId
BlameGenerator. idBuf
-
Uses of MutableObjectId in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as MutableObjectId Modifier and Type Field Description (package private) 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 Modifier and Type Field Description private MutableObjectId
BaseSearch. idBuf
-
Uses of MutableObjectId in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as MutableObjectId Modifier and Type Field Description private MutableObjectId
ObjectChecker. tempId
Constructors in org.eclipse.jgit.lib with parameters of type MutableObjectId Constructor Description MutableObjectId(MutableObjectId src)
Copying constructor. -
Uses of MutableObjectId in org.eclipse.jgit.notes
Fields in org.eclipse.jgit.notes declared as MutableObjectId Modifier and Type Field Description private MutableObjectId
NoteMapMerger. objectIdPrefix
Methods in org.eclipse.jgit.notes with parameters of type MutableObjectId Modifier and Type Method Description private boolean
NoteParser. parseObjectId(MutableObjectId id)
-
Uses of MutableObjectId in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as MutableObjectId Modifier and Type Field Description (package private) MutableObjectId
RevWalk. idBuffer
-
Uses of MutableObjectId in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as MutableObjectId Modifier and Type Field Description private MutableObjectId
WalkFetchConnection. idBuffer
private MutableObjectId
PackParser. tempObjectId
Methods in org.eclipse.jgit.transport with parameters of type MutableObjectId Modifier and Type Method Description (package private) PacketLineIn.AckNackResult
PacketLineIn. readACK(MutableObjectId returnedId)
-
Uses of MutableObjectId in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as MutableObjectId Modifier and Type Field Description private MutableObjectId
TreeWalk. idBuffer
Methods in org.eclipse.jgit.treewalk with parameters of type MutableObjectId Modifier and Type Method Description AbstractTreeIterator
AbstractTreeIterator. createSubtreeIterator(ObjectReader reader, MutableObjectId idBuffer)
Create a new iterator for the current entry's subtree.CanonicalTreeParser
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 MutableObjectId Modifier and Type Method Description void
SHA1. digest(MutableObjectId id)
Finish the digest and return the resulting hash.
-