Uses of Class
org.eclipse.jgit.lib.AbbreviatedObjectId
Packages that use AbbreviatedObjectId
Package
Description
Comparing file contents by computing diffs.
Exceptions thrown by lower-level JGit APIs.
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
Git notes processing (for commits, etc).
Patch file parser and data structure.
-
Uses of AbbreviatedObjectId in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as AbbreviatedObjectIdModifier and TypeFieldDescription(package private) static final AbbreviatedObjectId
DiffEntry.A_ZERO
Magical SHA1 used for file adds or deletesprotected AbbreviatedObjectId
DiffEntry.newId
ObjectId listed on the index line for the new (post-image)protected AbbreviatedObjectId
DiffEntry.oldId
ObjectId listed on the index line for the old (pre-image)Methods in org.eclipse.jgit.diff that return AbbreviatedObjectIdModifier and TypeMethodDescriptionDiffEntry.getId
(DiffEntry.Side side) Get the object id.DiffEntry.getNewId()
Get the new object id from theindex
.DiffEntry.getOldId()
Get the old object id from theindex
.private static AbbreviatedObjectId
Methods in org.eclipse.jgit.diff that return types with arguments of type AbbreviatedObjectIdModifier and TypeMethodDescriptionprivate HashMap<AbbreviatedObjectId,
Object> RenameDetector.populateMap
(List<DiffEntry> diffEntries, ProgressMonitor pm) Methods in org.eclipse.jgit.diff with parameters of type AbbreviatedObjectIdModifier and TypeMethodDescriptionprivate String
DiffFormatter.format
(AbbreviatedObjectId id) private static byte[]
DiffFormatter.writeGitLinkText
(AbbreviatedObjectId id) -
Uses of AbbreviatedObjectId in org.eclipse.jgit.errors
Fields in org.eclipse.jgit.errors declared as AbbreviatedObjectIdModifier and TypeFieldDescriptionprivate final AbbreviatedObjectId
AmbiguousObjectException.missing
Methods in org.eclipse.jgit.errors that return AbbreviatedObjectIdModifier and TypeMethodDescriptionAmbiguousObjectException.getAbbreviatedObjectId()
Get theAbbreviatedObjectId
that has more than one resultConstructors in org.eclipse.jgit.errors with parameters of type AbbreviatedObjectIdModifierConstructorDescriptionAmbiguousObjectException
(AbbreviatedObjectId id, Collection<ObjectId> candidates) Construct a MissingObjectException for the specified object id.MissingObjectException
(AbbreviatedObjectId id, int type) Construct a MissingObjectException for the specified object id. -
Uses of AbbreviatedObjectId in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type AbbreviatedObjectIdModifier and TypeMethodDescriptionDfsInserter.Reader.resolve
(AbbreviatedObjectId id) (package private) void
DfsPackFile.resolve
(DfsReader ctx, Set<ObjectId> matches, AbbreviatedObjectId id, int matchLimit) DfsReader.resolve
(AbbreviatedObjectId id) Resolve an abbreviated ObjectId to its full form.private void
DfsReader.resolveImpl
(DfsObjDatabase.PackList packList, AbbreviatedObjectId id, HashSet<ObjectId> matches) -
Uses of AbbreviatedObjectId in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type AbbreviatedObjectIdModifier and TypeMethodDescription(package private) void
CachedObjectDirectory.resolve
(Set<ObjectId> matches, AbbreviatedObjectId id) (package private) abstract void
FileObjectDatabase.resolve
(Set<ObjectId> matches, AbbreviatedObjectId id) (package private) boolean
LooseObjects.resolve
(Set<ObjectId> matches, AbbreviatedObjectId id, int matchLimit) Find objects matching the prefix abbreviation.(package private) void
ObjectDirectory.resolve
(Set<ObjectId> matches, AbbreviatedObjectId id) private void
ObjectDirectory.resolve
(Set<ObjectId> matches, AbbreviatedObjectId id, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) void
Pack.resolve
(Set<ObjectId> matches, AbbreviatedObjectId id, int matchLimit) (package private) boolean
PackDirectory.resolve
(Set<ObjectId> matches, AbbreviatedObjectId id, int matchLimit) Find objects matching the prefix abbreviation.abstract void
PackIndex.resolve
(Set<ObjectId> matches, AbbreviatedObjectId id, int matchLimit) Find objects matching the prefix abbreviation.void
PackIndexV1.resolve
(Set<ObjectId> matches, AbbreviatedObjectId id, int matchLimit) Find objects matching the prefix abbreviation.void
PackIndexV2.resolve
(Set<ObjectId> matches, AbbreviatedObjectId id, int matchLimit) Find objects matching the prefix abbreviation.PackInserter.Reader.resolve
(AbbreviatedObjectId id) WindowCursor.resolve
(AbbreviatedObjectId id) Resolve an abbreviated ObjectId to its full form. -
Uses of AbbreviatedObjectId in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as AbbreviatedObjectIdModifier and TypeFieldDescription(package private) final AbbreviatedObjectId
RebaseTodoLine.commit
Methods in org.eclipse.jgit.lib that return AbbreviatedObjectIdModifier and TypeMethodDescriptionAnyObjectId.abbreviate
(int len) Return an abbreviation (prefix) of this object SHA-1.ObjectReader.abbreviate
(AnyObjectId objectId) Obtain a unique abbreviation (prefix) of an object SHA-1.ObjectReader.abbreviate
(AnyObjectId objectId, int len) Obtain a unique abbreviation (prefix) of an object SHA-1.ObjectReader.Filter.abbreviate
(AnyObjectId objectId) ObjectReader.Filter.abbreviate
(AnyObjectId objectId, int len) private static final AbbreviatedObjectId
AbbreviatedObjectId.fromHexString
(byte[] bs, int ptr, int end) static final AbbreviatedObjectId
AbbreviatedObjectId.fromObjectId
(AnyObjectId id) Convert an AbbreviatedObjectId from anAnyObjectId
.static final AbbreviatedObjectId
AbbreviatedObjectId.fromString
(byte[] buf, int offset, int end) Convert an AbbreviatedObjectId from hex characters (US-ASCII).static final AbbreviatedObjectId
AbbreviatedObjectId.fromString
(String str) Convert an AbbreviatedObjectId from hex characters.RebaseTodoLine.getCommit()
Get abbreviated commit SHA-1 of commit that action will be performed onMethods in org.eclipse.jgit.lib with parameters of type AbbreviatedObjectIdModifier and TypeMethodDescriptionObjectReader.Filter.resolve
(AbbreviatedObjectId id) abstract Collection<ObjectId>
ObjectReader.resolve
(AbbreviatedObjectId id) Resolve an abbreviated ObjectId to its full form.boolean
AnyObjectId.startsWith
(AbbreviatedObjectId abbr) Tests if this ObjectId starts with the given abbreviation.Constructors in org.eclipse.jgit.lib with parameters of type AbbreviatedObjectIdModifierConstructorDescriptionRebaseTodoLine
(RebaseTodoLine.Action action, AbbreviatedObjectId commit, String shortMessage) Create a new non-comment line -
Uses of AbbreviatedObjectId in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes with parameters of type AbbreviatedObjectIdModifier and TypeMethodDescription(package private) static InMemoryNoteBucket
NoteParser.parse
(AbbreviatedObjectId prefix, ObjectId treeId, ObjectReader reader) Parse a tree object into aNoteBucket
instance.Constructors in org.eclipse.jgit.notes with parameters of type AbbreviatedObjectIdModifierConstructorDescriptionprivate
NoteParser
(AbbreviatedObjectId prefix, ObjectReader r, ObjectId t) -
Uses of AbbreviatedObjectId in org.eclipse.jgit.patch
Fields in org.eclipse.jgit.patch declared as AbbreviatedObjectIdMethods in org.eclipse.jgit.patch that return AbbreviatedObjectIdModifier and TypeMethodDescriptionabstract AbbreviatedObjectId
HunkHeader.OldImage.getId()
CombinedFileHeader.getOldId()
Get the old object id from theindex
.CombinedFileHeader.getOldId
(int nthParent) Get the ObjectId of the nth ancestor