Skip navigation links
A C D E F G H I L M N O P R S T U V W 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.
abort() - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
Aborts the stream.
AnyLongObjectId - Class in org.eclipse.jgit.lfs.lib
A (possibly mutable) SHA-256 abstraction.
AnyLongObjectId() - Constructor for class org.eclipse.jgit.lfs.lib.AnyLongObjectId
 
AtomicObjectOutputStream - Class in org.eclipse.jgit.lfs.internal
Output stream writing content to a LockFile which is committed on close().
AtomicObjectOutputStream(Path, AnyLongObjectId) - Constructor for class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
 
AtomicObjectOutputStream(Path) - Constructor for class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
 

C

CleanFilter - Class in org.eclipse.jgit.lfs
Built-in LFS clean filter When new content is about to be added to the git repository and this filter is configured for that content, then this filter will replace the original content with content of a so-called LFS pointer file.
CleanFilter(Repository, InputStream, OutputStream) - Constructor for class org.eclipse.jgit.lfs.CleanFilter
 
clear() - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Make this id match LongObjectId.zeroId().
clone() - Method in class org.eclipse.jgit.lfs.lib.LfsPointerFilter
 
close() - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
 
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/v1/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.
corruptLongObject - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
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.
CorruptMediaFile - Exception in org.eclipse.jgit.lfs.errors
Thrown when a LFS mediafile is found which doesn't have the expected size
CorruptMediaFile(Path, long, long) - Constructor for exception org.eclipse.jgit.lfs.errors.CorruptMediaFile
 
createTmpFile() - Method in class org.eclipse.jgit.lfs.Lfs
Create a new temp file in the LFS directory

D

DOWNLOAD - Static variable in class org.eclipse.jgit.lfs.lib.Constants
LFS download operation.

E

encode(OutputStream) - Method in class org.eclipse.jgit.lfs.LfsPointer
Encode this object into the LFS format defined by LfsPointer.VERSION
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

FACTORY - Static variable in class org.eclipse.jgit.lfs.CleanFilter
The factory is responsible for creating instances of CleanFilter
FACTORY - Static variable in class org.eclipse.jgit.lfs.SmudgeFilter
The factory is responsible for creating instances of SmudgeFilter
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
 
getExpectedSize() - Method in exception org.eclipse.jgit.lfs.errors.CorruptMediaFile
 
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
 
getId() - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
 
getLfsObjDir() - Method in class org.eclipse.jgit.lfs.Lfs
 
getLfsRoot() - Method in class org.eclipse.jgit.lfs.Lfs
 
getLfsTmpDir() - Method in class org.eclipse.jgit.lfs.Lfs
 
getMediaFile() - Method in exception org.eclipse.jgit.lfs.errors.CorruptMediaFile
 
getMediaFile(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.Lfs
 
getName() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
 
getOid() - Method in class org.eclipse.jgit.lfs.LfsPointer
 
getPointer() - Method in class org.eclipse.jgit.lfs.lib.LfsPointerFilter
 
getSecondByte() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Get the second 8 bits of the LongObjectId.
getSize() - Method in exception org.eclipse.jgit.lfs.errors.CorruptMediaFile
 
getSize() - Method in class org.eclipse.jgit.lfs.LfsPointer
 

H

HASH_FUNCTION_NAME - Static variable in class org.eclipse.jgit.lfs.LfsPointer
The name of the hash function as used in the pointer files.
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

include(TreeWalk) - Method in class org.eclipse.jgit.lfs.lib.LfsPointerFilter
 
inconsistentMediafileLength - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
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
 
Lfs - Class in org.eclipse.jgit.lfs
Class which represents the lfs folder hierarchy inside a .git folder
Lfs(Path) - Constructor for class org.eclipse.jgit.lfs.Lfs
 
LFS - Static variable in class org.eclipse.jgit.lfs.lib.Constants
lfs folder
LfsBandwidthLimitExceeded - Exception in org.eclipse.jgit.lfs.errors
Thrown when the bandwidth limit for the user or repository has been exceeded.
LfsBandwidthLimitExceeded(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsBandwidthLimitExceeded
 
LfsException - Exception in org.eclipse.jgit.lfs.errors
Thrown when an error occurs during LFS operation.
LfsException(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsException
 
lfsFailedToGetRepository - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
LfsInsufficientStorage - Exception in org.eclipse.jgit.lfs.errors
Thrown when there is insufficient storage on the server.
LfsInsufficientStorage(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsInsufficientStorage
 
LfsPointer - Class in org.eclipse.jgit.lfs
Represents an LFS pointer file
LfsPointer(AnyLongObjectId, long) - Constructor for class org.eclipse.jgit.lfs.LfsPointer
 
LfsPointerFilter - Class in org.eclipse.jgit.lfs.lib
Detects Large File pointers, as described in [1] in Git repository.
LfsPointerFilter() - Constructor for class org.eclipse.jgit.lfs.lib.LfsPointerFilter
 
LfsRateLimitExceeded - Exception in org.eclipse.jgit.lfs.errors
Thrown when the user has hit a rate limit with the server.
LfsRateLimitExceeded(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsRateLimitExceeded
 
LfsRepositoryNotFound - Exception in org.eclipse.jgit.lfs.errors
Thrown when the repository does not exist for the user.
LfsRepositoryNotFound(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsRepositoryNotFound
 
LfsRepositoryReadOnly - Exception in org.eclipse.jgit.lfs.errors
Thrown when the user has read, but not write access.
LfsRepositoryReadOnly(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsRepositoryReadOnly
 
LfsText - Class in org.eclipse.jgit.lfs.internal
Translation bundle for JGit LFS server
LfsText() - Constructor for class org.eclipse.jgit.lfs.internal.LfsText
 
lfsUnathorized - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
LfsUnauthorized - Exception in org.eclipse.jgit.lfs.errors
Thrown when authorization was refused for an LFS operation.
LfsUnauthorized(String, String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsUnauthorized
 
LfsUnavailable - Exception in org.eclipse.jgit.lfs.errors
Thrown when LFS is not available.
LfsUnavailable(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsUnavailable
 
lfsUnavailable - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
LfsValidationError - Exception in org.eclipse.jgit.lfs.errors
Thrown when there is a validation error with one or more of the objects in the request.
LfsValidationError(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsValidationError
 
LONG_HASH_FUNCTION - Static variable in class org.eclipse.jgit.lfs.lib.Constants
Hash function used natively by Git LFS extension for large objects.
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 - package org.eclipse.jgit.lfs
 
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

parseLfsPointer(InputStream) - Static method in class org.eclipse.jgit.lfs.LfsPointer
Try to parse the data provided by an InputStream to the format defined by LfsPointer.VERSION
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

register() - Static method in class org.eclipse.jgit.lfs.CleanFilter
register() - Static method in class org.eclipse.jgit.lfs.SmudgeFilter
Registers this filter in JGit by calling
repositoryNotFound - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
repositoryReadOnly - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
requiredHashFunctionNotAvailable - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
run() - Method in class org.eclipse.jgit.lfs.CleanFilter
 
run() - Method in class org.eclipse.jgit.lfs.SmudgeFilter
 

S

setByte(int, int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Set any byte in the id.
shouldBeRecursive() - Method in class org.eclipse.jgit.lfs.lib.LfsPointerFilter
 
SmudgeFilter - Class in org.eclipse.jgit.lfs
Built-in LFS smudge filter When content is read from git's object-database and written to the filesystem and this filter is configured for that content, then this filter will replace the content of LFS pointer files with the original content.
SmudgeFilter(Repository, InputStream, OutputStream) - Constructor for class org.eclipse.jgit.lfs.SmudgeFilter
 
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.LfsPointer
 
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.

U

UPLOAD - Static variable in class org.eclipse.jgit.lfs.lib.Constants
LFS upload operation.

V

VERIFY - Static variable in class org.eclipse.jgit.lfs.lib.Constants
LFS verify operation.
VERSION - Static variable in class org.eclipse.jgit.lfs.LfsPointer
The version of the LfsPointer file format
VERSION_LEGACY - Static variable in class org.eclipse.jgit.lfs.LfsPointer
The version of the LfsPointer file format using legacy URL

W

write(int) - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
 
write(byte[]) - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
 

Z

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

Copyright © 2018 Eclipse JGit Project. All rights reserved.