Uses of Class
org.eclipse.jgit.lib.AbbreviatedObjectId

Packages that use AbbreviatedObjectId
org.eclipse.jgit.diff   
org.eclipse.jgit.errors   
org.eclipse.jgit.lib   
org.eclipse.jgit.patch   
org.eclipse.jgit.storage.file   
 

Uses of AbbreviatedObjectId in org.eclipse.jgit.diff
 

Fields in org.eclipse.jgit.diff declared as AbbreviatedObjectId
protected  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 AbbreviatedObjectId
 AbbreviatedObjectId DiffEntry.getId(DiffEntry.Side side)
          Get the object id.
 AbbreviatedObjectId DiffEntry.getNewId()
          Get the new object id from the index.
 AbbreviatedObjectId DiffEntry.getOldId()
          Get the old object id from the index.
 

Uses of AbbreviatedObjectId in org.eclipse.jgit.errors
 

Methods in org.eclipse.jgit.errors that return AbbreviatedObjectId
 AbbreviatedObjectId AmbiguousObjectException.getAbbreviatedObjectId()
           
 

Constructors in org.eclipse.jgit.errors with parameters of type AbbreviatedObjectId
AmbiguousObjectException(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.lib
 

Methods in org.eclipse.jgit.lib that return AbbreviatedObjectId
 AbbreviatedObjectId ObjectReader.abbreviate(AnyObjectId objectId)
          Obtain a unique abbreviation (prefix) of an object SHA-1.
 AbbreviatedObjectId ObjectReader.abbreviate(AnyObjectId objectId, int len)
          Obtain a unique abbreviation (prefix) of an object SHA-1.
 AbbreviatedObjectId AnyObjectId.abbreviate(int len)
          Return an abbreviation (prefix) of this object SHA-1.
static AbbreviatedObjectId AbbreviatedObjectId.fromObjectId(AnyObjectId id)
          Convert an AbbreviatedObjectId from an AnyObjectId.
static AbbreviatedObjectId AbbreviatedObjectId.fromString(byte[] buf, int offset, int end)
          Convert an AbbreviatedObjectId from hex characters (US-ASCII).
static AbbreviatedObjectId AbbreviatedObjectId.fromString(String str)
          Convert an AbbreviatedObjectId from hex characters.
 

Methods in org.eclipse.jgit.lib with parameters of type AbbreviatedObjectId
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.
 

Uses of AbbreviatedObjectId in org.eclipse.jgit.patch
 

Methods in org.eclipse.jgit.patch that return AbbreviatedObjectId
abstract  AbbreviatedObjectId HunkHeader.OldImage.getId()
           
 AbbreviatedObjectId CombinedFileHeader.getOldId()
           
 AbbreviatedObjectId CombinedFileHeader.getOldId(int nthParent)
          Get the ObjectId of the nth ancestor
 

Uses of AbbreviatedObjectId in org.eclipse.jgit.storage.file
 

Methods in org.eclipse.jgit.storage.file with parameters of type AbbreviatedObjectId
abstract  void PackIndex.resolve(Set<ObjectId> matches, AbbreviatedObjectId id, int matchLimit)
          Find objects matching the prefix abbreviation.
 



Copyright © 2012. All Rights Reserved.