|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DownloadResource | |
---|---|
org.eclipse.egit.github.core | |
org.eclipse.egit.github.core.service |
Uses of DownloadResource in org.eclipse.egit.github.core |
---|
Methods in org.eclipse.egit.github.core that return DownloadResource | |
---|---|
DownloadResource |
DownloadResource.setAccesskeyid(String accesskeyid)
|
DownloadResource |
DownloadResource.setAcl(String acl)
|
DownloadResource |
DownloadResource.setExpirationdate(Date expirationdate)
|
DownloadResource |
DownloadResource.setMimeType(String mimeType)
|
DownloadResource |
DownloadResource.setPath(String path)
|
DownloadResource |
DownloadResource.setPolicy(String policy)
|
DownloadResource |
DownloadResource.setPrefix(String prefix)
|
DownloadResource |
DownloadResource.setRedirect(boolean redirect)
|
DownloadResource |
DownloadResource.setS3Url(String s3Url)
|
DownloadResource |
DownloadResource.setSignature(String signature)
|
Uses of DownloadResource in org.eclipse.egit.github.core.service |
---|
Methods in org.eclipse.egit.github.core.service that return DownloadResource | |
---|---|
DownloadResource |
DownloadService.createDownload(IRepositoryIdProvider repository,
Download download,
File file)
Create download from content of given file. |
DownloadResource |
DownloadService.createDownload(IRepositoryIdProvider repository,
Download download,
InputStream content,
long size)
Create download and set the content to be the content of given input stream. |
DownloadResource |
DownloadService.createResource(IRepositoryIdProvider repository,
Download download)
Create a new resource for download associated with the given repository |
Methods in org.eclipse.egit.github.core.service with parameters of type DownloadResource | |
---|---|
void |
DownloadService.uploadResource(DownloadResource resource,
InputStream content,
long size)
Upload a resource to be available as the download described by the given resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |