Package | Description |
---|---|
org.eclipse.jgit.lfs | |
org.eclipse.jgit.lfs.errors | |
org.eclipse.jgit.lfs.internal | |
org.eclipse.jgit.lfs.lib |
Modifier and Type | Method and Description |
---|---|
AnyLongObjectId |
LfsPointer.getOid()
Getter for the field
oid . |
Modifier and Type | Method and Description |
---|---|
Path |
Lfs.getMediaFile(AnyLongObjectId id)
Get the media file which stores the original content
|
Constructor and Description |
---|
LfsPointer(AnyLongObjectId oid,
long size)
Constructor for LfsPointer.
|
Modifier and Type | Method and Description |
---|---|
AnyLongObjectId |
CorruptLongObjectException.getContentHash()
Get the
contentHash . |
AnyLongObjectId |
CorruptLongObjectException.getId()
Get the
id of the object. |
Constructor and Description |
---|
CorruptLongObjectException(AnyLongObjectId id,
AnyLongObjectId contentHash,
String message)
Corrupt long object detected.
|
Modifier and Type | Method and Description |
---|---|
AnyLongObjectId |
AtomicObjectOutputStream.getId()
Get the
id . |
Constructor and Description |
---|
AtomicObjectOutputStream(Path path,
AnyLongObjectId id)
Constructor for AtomicObjectOutputStream.
|
Modifier and Type | Class and Description |
---|---|
class |
LongObjectId
A SHA-256 abstraction.
|
class |
MutableLongObjectId
A mutable SHA-256 abstraction.
|
Modifier and Type | Method and Description |
---|---|
int |
AnyLongObjectId.compareTo(AnyLongObjectId other)
Compare this LongObjectId to another and obtain a sort ordering.
|
boolean |
AnyLongObjectId.equals(AnyLongObjectId other)
Determine if this LongObjectId has exactly the same value as another.
|
static boolean |
AnyLongObjectId.equals(AnyLongObjectId firstObjectId,
AnyLongObjectId secondObjectId)
Compare two object identifier byte sequences for equality.
|
static AbbreviatedLongObjectId |
AbbreviatedLongObjectId.fromLongObjectId(AnyLongObjectId id)
Convert an AbbreviatedObjectId from an
AnyObjectId . |
void |
MutableLongObjectId.fromObjectId(AnyLongObjectId src)
Copy a LongObjectId into this mutable buffer.
|
int |
AbbreviatedLongObjectId.prefixCompare(AnyLongObjectId other)
Compares this abbreviation to a full object id.
|
Constructor and Description |
---|
LongObjectId(AnyLongObjectId src)
Initialize this instance by copying another existing LongObjectId.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.