- 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
-
- 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
- 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
-
- 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.
- 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.