public interface LargeFileRepository
Modifier and Type | Method and Description |
---|---|
Response.Action |
getDownloadAction(AnyLongObjectId id) |
long |
getSize(AnyLongObjectId id) |
Response.Action |
getUploadAction(AnyLongObjectId id,
long size) |
Response.Action |
getVerifyAction(AnyLongObjectId id) |
Response.Action getDownloadAction(AnyLongObjectId id)
id
- id of the object to downloadResponse.Action getUploadAction(AnyLongObjectId id, long size)
id
- id of the object to uploadsize
- size of the object to be uploaded@Nullable Response.Action getVerifyAction(AnyLongObjectId id)
id
- id of the object to be verifiednull
if the server
doesn't support or require verificationlong getSize(AnyLongObjectId id) throws IOException
id
- id of the objectIOException
Copyright © 2016 Eclipse JGit Project. All rights reserved.