A C E F G H I L M N O P R S T Z 

A

abbreviate(int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Return an abbreviation (prefix) of this object SHA-256.
AbbreviatedLongObjectId - Class in org.eclipse.jgit.lfs.lib
A prefix abbreviation of an LongObjectId.
AnyLongObjectId - Class in org.eclipse.jgit.lfs.lib
A (possibly mutable) SHA-256 abstraction.
AnyLongObjectId() - Constructor for class org.eclipse.jgit.lfs.lib.AnyLongObjectId
 

C

clear() - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Make this id match LongObjectId.zeroId().
compareTo(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Compare this LongObjectId to another and obtain a sort ordering.
compareTo(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Compare this LongObjectId to a network-byte-order LongObjectId.
compareTo(long[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Compare this LongObjectId to a network-byte-order LongObjectId.
Constants - Class in org.eclipse.jgit.lfs.lib
Misc.
Constants() - Constructor for class org.eclipse.jgit.lfs.lib.Constants
 
CONTENT_TYPE_GIT_LFS_JSON - Static variable in class org.eclipse.jgit.lfs.lib.Constants
Content type used by LFS REST API as defined in "https://github.com/github/git-lfs/blob/master/docs/api/http-v1-batch.md"
copy() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Obtain an immutable copy of this current object.
copyRawTo(ByteBuffer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to an output writer in raw binary.
copyRawTo(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to a byte array.
copyRawTo(long[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to an long array.
copyRawTo(OutputStream) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to an output writer in raw binary.
copyTo(OutputStream) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to an output writer in hex format.
copyTo(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to a byte array in hex format.
copyTo(ByteBuffer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to a ByteBuffer in hex format.
copyTo(Writer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to an output writer in hex format.
copyTo(char[], Writer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to an output writer in hex format.
copyTo(char[], StringBuilder) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to a StringBuilder in hex format.
CorruptLongObjectException - Exception in org.eclipse.jgit.lfs.errors
Thrown when an object id is given that doesn't match the hash of the object's content
CorruptLongObjectException(AnyLongObjectId, AnyLongObjectId, String) - Constructor for exception org.eclipse.jgit.lfs.errors.CorruptLongObjectException
Corrupt long object detected.

E

equals(Object) - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
 
equals(AnyLongObjectId, AnyLongObjectId) - Static method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Compare two object identifier byte sequences for equality.
equals(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Determine if this LongObjectId has exactly the same value as another.
equals(Object) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
 
equals(byte[], int, byte[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Compare two object identifier byte sequences for equality.

F

fromLongObjectId(AnyLongObjectId) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
Convert an AbbreviatedObjectId from an AnyObjectId.
fromObjectId(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Copy an LongObjectId into this mutable buffer.
fromRaw(byte[]) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Convert a LongObjectId from raw binary representation.
fromRaw(byte[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Convert a LongObjectId from raw binary representation.
fromRaw(long[]) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Convert a LongObjectId from raw binary representation.
fromRaw(long[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Convert a LongObjectId from raw binary representation.
fromRaw(byte[]) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert an LongObjectId from raw binary representation.
fromRaw(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert an LongObjectId from raw binary representation.
fromRaw(long[]) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert an LongObjectId from binary representation expressed in integers.
fromRaw(long[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert an LongObjectId from binary representation expressed in longs.
fromString(byte[], int, int) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
Convert an AbbreviatedObjectId from hex characters (US-ASCII).
fromString(String) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
Convert an AbbreviatedLongObjectId from hex characters.
fromString(byte[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Convert a LongObjectId from hex characters (US-ASCII).
fromString(String) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Convert a LongObjectId from hex characters.
fromString(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert an LongObjectId from hex characters (US-ASCII).
fromString(String) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert an LongObjectId from hex characters.

G

get() - Static method in class org.eclipse.jgit.lfs.internal.LfsText
 
getByte(int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Get any byte from the LongObjectId.
getContentHash() - Method in exception org.eclipse.jgit.lfs.errors.CorruptLongObjectException
 
getFirstByte() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
 
getFirstByte() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Get the first 8 bits of the LongObjectId.
getId() - Method in exception org.eclipse.jgit.lfs.errors.CorruptLongObjectException
 
getName() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
 
getSecondByte() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Get the second 8 bits of the LongObjectId.

H

hashCode() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
 
hashCode() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
 
HDR_APPLICATION_OCTET_STREAM - Static variable in class org.eclipse.jgit.lfs.lib.Constants
"arbitrary binary data" as defined in RFC 2046 "https://www.ietf.org/rfc/rfc2046.txt"

I

incorrectLONG_OBJECT_ID_LENGTH - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
invalidLongId - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
invalidLongIdLength - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
InvalidLongObjectIdException - Exception in org.eclipse.jgit.lfs.errors
Thrown when an invalid long object id is passed in as an argument.
InvalidLongObjectIdException(byte[], int, int) - Constructor for exception org.eclipse.jgit.lfs.errors.InvalidLongObjectIdException
Create exception with bytes of the invalid object id.
InvalidLongObjectIdException(String) - Constructor for exception org.eclipse.jgit.lfs.errors.InvalidLongObjectIdException
 
isComplete() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
 
isId(String) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
Test a string of characters to verify it is a hex format.
isId(String) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Test a string of characters to verify that it can be interpreted as LongObjectId.

L

length() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
 
LfsText - Class in org.eclipse.jgit.lfs.internal
Translation bundle for JGit LFS server
LfsText() - Constructor for class org.eclipse.jgit.lfs.internal.LfsText
 
LONG_OBJECT_ID_LENGTH - Static variable in class org.eclipse.jgit.lfs.lib.Constants
A Git LFS large object hash is 256 bits, i.e.
LONG_OBJECT_ID_STRING_LENGTH - Static variable in class org.eclipse.jgit.lfs.lib.Constants
A Git LFS large object can be expressed as a 64 character string of hexadecimal digits.
LongObjectId - Class in org.eclipse.jgit.lfs.lib
A SHA-256 abstraction.
LongObjectId(AnyLongObjectId) - Constructor for class org.eclipse.jgit.lfs.lib.LongObjectId
Initialize this instance by copying another existing LongObjectId.

M

MutableLongObjectId - Class in org.eclipse.jgit.lfs.lib
A mutable SHA-256 abstraction.
MutableLongObjectId() - Constructor for class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Empty constructor.

N

name() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
 
name() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
 
newMessageDigest() - Static method in class org.eclipse.jgit.lfs.lib.Constants
Create a new digest function for objects.

O

org.eclipse.jgit.lfs.errors - package org.eclipse.jgit.lfs.errors
 
org.eclipse.jgit.lfs.internal - package org.eclipse.jgit.lfs.internal
 
org.eclipse.jgit.lfs.lib - package org.eclipse.jgit.lfs.lib
 

P

prefixCompare(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
Compares this abbreviation to a full object id.
prefixCompare(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
Compare this abbreviation to a network-byte-order LongObjectId.
prefixCompare(long[], int) - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
Compare this abbreviation to a network-byte-order LongObjectId.

R

requiredHashFunctionNotAvailable - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 

S

setByte(int, int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Set any byte in the id.
startsWith(AbbreviatedLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Tests if this LongObjectId starts with the given abbreviation.

T

toLongObjectId() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
 
toObjectId() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Obtain an immutable copy of this current object.
toObjectId() - Method in class org.eclipse.jgit.lfs.lib.LongObjectId
 
toObjectId() - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
 
toString() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
 
toString() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
 
toString(LongObjectId) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Convert a LongObjectId into a hex string representation.

Z

zeroId() - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Get the special all-zero LongObjectId.
A C E F G H I L M N O P R S T Z 

Copyright © 2016 Eclipse JGit Project. All rights reserved.