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 MutableObjectIdBlameGenerator. 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) MutableObjectIdPackIndex.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 MutableObjectIdBaseSearch. idBuf -
Uses of MutableObjectId in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as MutableObjectId Modifier and Type Field Description private MutableObjectIdObjectChecker. tempIdConstructors 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 MutableObjectIdNoteMapMerger. objectIdPrefixMethods in org.eclipse.jgit.notes with parameters of type MutableObjectId Modifier and Type Method Description private booleanNoteParser. 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) MutableObjectIdRevWalk. idBuffer -
Uses of MutableObjectId in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as MutableObjectId Modifier and Type Field Description private MutableObjectIdWalkFetchConnection. idBufferprivate MutableObjectIdPackParser. tempObjectIdMethods in org.eclipse.jgit.transport with parameters of type MutableObjectId Modifier and Type Method Description (package private) static PacketLineIn.AckNackResultPacketLineIn. parseACKv2(java.lang.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 MutableObjectId Modifier and Type Field Description private MutableObjectIdTreeWalk. idBufferMethods in org.eclipse.jgit.treewalk with parameters of type MutableObjectId Modifier and Type Method Description AbstractTreeIteratorAbstractTreeIterator. createSubtreeIterator(ObjectReader reader, MutableObjectId idBuffer)Create a new iterator for the current entry's subtree.CanonicalTreeParserCanonicalTreeParser. 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 MutableObjectId Modifier and Type Method Description voidSHA1. digest(MutableObjectId id)Finish the digest and return the resulting hash.
-