Skip navigation links
A B 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.
Action() - Constructor for class org.eclipse.jgit.lfs.Protocol.Action
 
actions - Variable in class org.eclipse.jgit.lfs.Protocol.ObjectInfo
 
AnyLongObjectId - Class in org.eclipse.jgit.lfs.lib
A (possibly mutable) SHA-256 abstraction.
AnyLongObjectId() - Constructor for class org.eclipse.jgit.lfs.lib.AnyLongObjectId
 
applyCleanFilter(Repository, InputStream, long, Attribute) - Method in class org.eclipse.jgit.lfs.BuiltinLFS
 
applySmudgeFilter(Repository, ObjectLoader, Attribute) - Method in class org.eclipse.jgit.lfs.BuiltinLFS
 
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
Constructor for AtomicObjectOutputStream.
AtomicObjectOutputStream(Path) - Constructor for class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
Constructor for AtomicObjectOutputStream.
ATTR_FILTER_DRIVER_PREFIX - Static variable in class org.eclipse.jgit.lfs.lib.Constants
Prefix for all LFS related filters.

B

BuiltinLFS - Class in org.eclipse.jgit.lfs
Implementation of LfsFactory, using built-in (optional) LFS support.

C

call() - Method in class org.eclipse.jgit.lfs.InstallBuiltinLfsCommand
call() - Method in class org.eclipse.jgit.lfs.LfsPrePushHook
 
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
Constructor for CleanFilter.
cleanLfsBlob(Repository, InputStream) - Static method in class org.eclipse.jgit.lfs.LfsBlobFilter
Run the LFS clean filter on the given stream and return a stream to the LFS pointer file buffer.
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
code - Variable in class org.eclipse.jgit.lfs.Protocol.Error
 
compareTo(LfsPointer) - Method in class org.eclipse.jgit.lfs.LfsPointer
 
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
CONTENTTYPE_VND_GIT_LFS_JSON - Static variable in interface org.eclipse.jgit.lfs.Protocol
The contenttype used in LFS requests
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
Constructor for 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.
downloadLfsResource(Lfs, Repository, LfsPointer...) - Static method in class org.eclipse.jgit.lfs.SmudgeFilter
Download content which is hosted on a LFS server

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.
Error() - Constructor for class org.eclipse.jgit.lfs.Protocol.Error
 
error - Variable in class org.eclipse.jgit.lfs.Protocol.ObjectInfo
 
expiresAt - Variable in class org.eclipse.jgit.lfs.Protocol.ExpiringAction
Absolute date/time in format "yyyy-MM-dd'T'HH:mm:ss.SSSX"
expiresIn - Variable in class org.eclipse.jgit.lfs.Protocol.ExpiringAction
Validity time in milliseconds (preferred over expiresAt as specified: https://github.com/git-lfs/git-lfs/blob/master/docs/api/authentication.md)
ExpiringAction() - Constructor for class org.eclipse.jgit.lfs.Protocol.ExpiringAction
 

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 a 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 a LongObjectId from raw binary representation.
fromRaw(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert a LongObjectId from raw binary representation.
fromRaw(long[]) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert a LongObjectId from binary representation expressed in integers.
fromRaw(long[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert a 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 a LongObjectId from hex characters (US-ASCII).
fromString(String) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert a LongObjectId from hex characters.

G

get() - Static method in class org.eclipse.jgit.lfs.internal.LfsText
Get an instance of this translation bundle.
getByte(int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Get any byte from the LongObjectId.
getCachedBytes() - Method in class org.eclipse.jgit.lfs.LfsBlobLoader
 
getContentHash() - Method in exception org.eclipse.jgit.lfs.errors.CorruptLongObjectException
Get the contentHash.
getExpectedSize() - Method in exception org.eclipse.jgit.lfs.errors.CorruptMediaFile
Get the expectedSize.
getFirstByte() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
Get the first byte of this id
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
Get the id of the object.
getId() - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
Get the id.
getInstallCommand() - Method in class org.eclipse.jgit.lfs.BuiltinLFS
 
getLfsConnection(Repository, String, String) - Static method in class org.eclipse.jgit.lfs.internal.LfsConnectionFactory
Determine URL of LFS server by looking into config parameters lfs.url, lfs.[remote].url or remote.[remote].url.
getLfsContentConnection(Repository, Protocol.Action, String) - Static method in class org.eclipse.jgit.lfs.internal.LfsConnectionFactory
Create a connection for the specified Protocol.Action.
getLfsObjDir() - Method in class org.eclipse.jgit.lfs.Lfs
Get the object directory used by LFS
getLfsRoot() - Method in class org.eclipse.jgit.lfs.Lfs
Get the LFS root directory
getLfsTmpDir() - Method in class org.eclipse.jgit.lfs.Lfs
Get the path to the temporary directory used by LFS.
getMediaFile() - Method in exception org.eclipse.jgit.lfs.errors.CorruptMediaFile
Get the mediaFile.
getMediaFile(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.Lfs
Get the media file which stores the original content
getName() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Get string form of the SHA-256
getOid() - Method in class org.eclipse.jgit.lfs.LfsPointer
Getter for the field oid.
getPointer() - Method in class org.eclipse.jgit.lfs.lib.LfsPointerFilter
Get the field pointer.
getPrePushHook(Repository, PrintStream) - Method in class org.eclipse.jgit.lfs.BuiltinLFS
 
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
Get the size.
getSize() - Method in class org.eclipse.jgit.lfs.LfsBlobLoader
 
getSize() - Method in class org.eclipse.jgit.lfs.LfsPointer
Getter for the field size.
getType() - Method in class org.eclipse.jgit.lfs.LfsBlobLoader
 
gson() - Static method in interface org.eclipse.jgit.lfs.Protocol
 

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
HDR_AUTH - Static variable in interface org.eclipse.jgit.lfs.Protocol
Authorization header when auto-discovering via SSH.
HDR_AUTH_SSH_PREFIX - Static variable in interface org.eclipse.jgit.lfs.Protocol
Prefix of authentication token obtained through SSH.
header - Variable in class org.eclipse.jgit.lfs.Protocol.Action
 
href - Variable in class org.eclipse.jgit.lfs.Protocol.Action
 

I

include(TreeWalk) - Method in class org.eclipse.jgit.lfs.lib.LfsPointerFilter
inconsistentContentLength - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
inconsistentMediafileLength - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
incorrectLONG_OBJECT_ID_LENGTH - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
INFO_LFS_ENDPOINT - Static variable in interface org.eclipse.jgit.lfs.Protocol
Path to the LFS info servlet.
InstallBuiltinLfsCommand - Class in org.eclipse.jgit.lfs
Installs all required LFS properties for the current user, analogous to 'git lfs install', but defaulting to using JGit builtin hooks.
InstallBuiltinLfsCommand() - Constructor for class org.eclipse.jgit.lfs.InstallBuiltinLfsCommand
 
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
Constructor for InvalidLongObjectIdException.
isAvailable() - Method in class org.eclipse.jgit.lfs.BuiltinLFS
 
isComplete() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
Check if this id is complete
isEnabled(Repository) - Method in class org.eclipse.jgit.lfs.BuiltinLFS
 
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
Get length
Lfs - Class in org.eclipse.jgit.lfs
Class which represents the lfs folder hierarchy inside a .git folder
Lfs(Repository) - Constructor for class org.eclipse.jgit.lfs.Lfs
Constructor for Lfs.
LFS - Static variable in class org.eclipse.jgit.lfs.lib.Constants
lfs folder/section/filter name
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
Constructor for LfsBandwidthLimitExceeded.
LfsBlobFilter - Class in org.eclipse.jgit.lfs
Provides transparently either a stream to the blob or a LFS media file if managed by LFS.
LfsBlobFilter() - Constructor for class org.eclipse.jgit.lfs.LfsBlobFilter
 
LfsBlobLoader - Class in org.eclipse.jgit.lfs
An ObjectLoader implementation that reads a media file from the LFS storage.
LfsBlobLoader(Path) - Constructor for class org.eclipse.jgit.lfs.LfsBlobLoader
Create a loader for the LFS media file at the given path.
LfsConfigInvalidException - Exception in org.eclipse.jgit.lfs.errors
Thrown when a LFS configuration problem has been detected (i.e.
LfsConfigInvalidException(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsConfigInvalidException
Constructor for LfsConfigInvalidException.
LfsConfigInvalidException(String, Exception) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsConfigInvalidException
Constructor for LfsConfigInvalidException.
LfsConnectionFactory - Class in org.eclipse.jgit.lfs.internal
Provides means to get a valid LFS connection for a given repository.
LfsConnectionFactory() - Constructor for class org.eclipse.jgit.lfs.internal.LfsConnectionFactory
 
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
Constructor for 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
Constructor for LfsInsufficientStorage.
lfsNoDownloadUrl - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
LfsPointer - Class in org.eclipse.jgit.lfs
Represents an LFS pointer file
LfsPointer(AnyLongObjectId, long) - Constructor for class org.eclipse.jgit.lfs.LfsPointer
Constructor for 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
 
LfsPrePushHook - Class in org.eclipse.jgit.lfs
Pre-push hook that handles uploading LFS artefacts.
LfsPrePushHook(Repository, PrintStream) - Constructor for class org.eclipse.jgit.lfs.LfsPrePushHook
 
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
Constructor for 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
Constructor for 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
Constructor for 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
Constructor for 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
Constructor for 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
Constructor for 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

message - Variable in class org.eclipse.jgit.lfs.Protocol.Error
 
missingLocalObject - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
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.
name() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Get string form of the SHA-256
newMessageDigest() - Static method in class org.eclipse.jgit.lfs.lib.Constants
Create a new digest function for objects.

O

ObjectInfo() - Constructor for class org.eclipse.jgit.lfs.Protocol.ObjectInfo
 
objects - Variable in class org.eclipse.jgit.lfs.Protocol.Request
The objects of this request
objects - Variable in class org.eclipse.jgit.lfs.Protocol.Response
 
OBJECTS_LFS_ENDPOINT - Static variable in interface org.eclipse.jgit.lfs.Protocol
Path to the LFS objects servlet.
ObjectSpec() - Constructor for class org.eclipse.jgit.lfs.Protocol.ObjectSpec
 
oid - Variable in class org.eclipse.jgit.lfs.Protocol.ObjectSpec
 
openStream() - Method in class org.eclipse.jgit.lfs.LfsBlobLoader
 
operation - Variable in class org.eclipse.jgit.lfs.Protocol.Request
The operation of this request
OPERATION_DOWNLOAD - Static variable in interface org.eclipse.jgit.lfs.Protocol
The "download" operation
OPERATION_UPLOAD - Static variable in interface org.eclipse.jgit.lfs.Protocol
The "upload" operation
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.
Protocol - Interface in org.eclipse.jgit.lfs
This interface describes the network protocol used between lfs client and lfs server
Protocol.Action - Class in org.eclipse.jgit.lfs
Describes in a Response a single action the client can execute on a single object
Protocol.Error - Class in org.eclipse.jgit.lfs
Describes an error to be returned by the LFS batch API
Protocol.ExpiringAction - Class in org.eclipse.jgit.lfs
An action with an additional expiration timestamp
Protocol.ObjectInfo - Class in org.eclipse.jgit.lfs
Describes in a response all actions the LFS server offers for a single object
Protocol.ObjectSpec - Class in org.eclipse.jgit.lfs
MetaData of an LFS object.
Protocol.Request - Class in org.eclipse.jgit.lfs
A request sent to an LFS server
Protocol.Response - Class in org.eclipse.jgit.lfs
A response received from an LFS server
protocolError - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 

R

register() - Static method in class org.eclipse.jgit.lfs.BuiltinLFS
Activates the built-in LFS support.
repositoryNotFound - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
repositoryReadOnly - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
Request() - Constructor for class org.eclipse.jgit.lfs.Protocol.Request
 
requiredHashFunctionNotAvailable - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
Response() - Constructor for class org.eclipse.jgit.lfs.Protocol.Response
 
run() - Method in class org.eclipse.jgit.lfs.CleanFilter
run() - Method in class org.eclipse.jgit.lfs.SmudgeFilter

S

serverFailure - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 
setByte(int, int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Set any byte in the id.
setRefs(Collection<RemoteRefUpdate>) - Method in class org.eclipse.jgit.lfs.LfsPrePushHook
 
setRepository(Repository) - Method in class org.eclipse.jgit.lfs.InstallBuiltinLfsCommand
Set the repository to install LFS for
shouldBeRecursive() - Method in class org.eclipse.jgit.lfs.lib.LfsPointerFilter
size - Variable in class org.eclipse.jgit.lfs.Protocol.ObjectSpec
 
SIZE_THRESHOLD - Static variable in class org.eclipse.jgit.lfs.LfsPointer
Don't inspect files that are larger than this threshold to avoid excessive reading.
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
Constructor for SmudgeFilter.
smudgeLfsBlob(Repository, ObjectLoader) - Static method in class org.eclipse.jgit.lfs.LfsBlobFilter
In case the given ObjectLoader points to a LFS pointer file replace the loader with one pointing to the LFS media file contents.
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
Convert to LongObjectId
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
Obtain an immutable copy of this current object.
toObjectId() - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Obtain an immutable copy of this current object.
toRequest(String, LfsPointer...) - Static method in class org.eclipse.jgit.lfs.internal.LfsConnectionFactory
 
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.
userConfigInvalid - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 

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
wrongAmoutOfDataReceived - Variable in class org.eclipse.jgit.lfs.internal.LfsText
 

Z

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

Copyright © 2019 Eclipse JGit Project. All rights reserved.