| Package | Description |
|---|---|
| org.eclipse.jgit.lfs.server | |
| org.eclipse.jgit.lfs.server.fs | |
| org.eclipse.jgit.lfs.server.s3 |
| Modifier and Type | Field and Description |
|---|---|
(package private) LargeFileRepository |
TransferHandler.repository |
| Modifier and Type | Method and Description |
|---|---|
protected LargeFileRepository |
LfsProtocolServlet.getLargeFileRepository(LfsProtocolServlet.LfsRequest request,
java.lang.String path)
|
protected abstract LargeFileRepository |
LfsProtocolServlet.getLargeFileRepository(LfsProtocolServlet.LfsRequest request,
java.lang.String path,
java.lang.String auth)
Get the large file repository for the given request and path.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static TransferHandler |
TransferHandler.forOperation(java.lang.String operation,
LargeFileRepository repository,
java.util.List<LfsObject> objects) |
| Constructor and Description |
|---|
Download(LargeFileRepository repository,
java.util.List<LfsObject> objects) |
TransferHandler(LargeFileRepository repository,
java.util.List<LfsObject> objects) |
Upload(LargeFileRepository repository,
java.util.List<LfsObject> objects) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileLfsRepository
Repository storing large objects in the file system
|
| Modifier and Type | Class and Description |
|---|---|
class |
S3Repository
Repository storing LFS objects in Amazon S3
|