Uses of Class
org.eclipse.egit.github.core.Download

Packages that use Download
org.eclipse.egit.github.core   
org.eclipse.egit.github.core.event   
org.eclipse.egit.github.core.service   
 

Uses of Download in org.eclipse.egit.github.core
 

Subclasses of Download in org.eclipse.egit.github.core
 class DownloadResource
          Extension of Download to represent the initiation of a download with metadata about where to put the actual content when uploading.
 

Methods in org.eclipse.egit.github.core that return Download
 Download Download.setContentType(String contentType)
           
 Download Download.setDescription(String description)
           
 Download Download.setDownloadCount(int downloadCount)
           
 Download Download.setHtmlUrl(String htmlUrl)
           
 Download Download.setId(int id)
           
 Download Download.setName(String name)
           
 Download Download.setSize(long size)
           
 Download Download.setUrl(String url)
           
 

Uses of Download in org.eclipse.egit.github.core.event
 

Methods in org.eclipse.egit.github.core.event that return Download
 Download DownloadPayload.getDownload()
           
 

Methods in org.eclipse.egit.github.core.event with parameters of type Download
 DownloadPayload DownloadPayload.setDownload(Download download)
           
 

Uses of Download in org.eclipse.egit.github.core.service
 

Methods in org.eclipse.egit.github.core.service that return Download
 Download DownloadService.getDownload(IRepositoryIdProvider repository, int id)
          Get download metadata for given repository and id
 

Methods in org.eclipse.egit.github.core.service that return types with arguments of type Download
protected  PagedRequest<Download> DownloadService.createDownloadsRequest(IRepositoryIdProvider repository, int start, int size)
          Create paged downloads request
 List<Download> DownloadService.getDownloads(IRepositoryIdProvider repository)
          Get metadata for all downloads for given repository
 PageIterator<Download> DownloadService.pageDownloads(IRepositoryIdProvider repository)
          Page metadata for downloads for given repository
 PageIterator<Download> DownloadService.pageDownloads(IRepositoryIdProvider repository, int size)
          Page downloads for given repository
 PageIterator<Download> DownloadService.pageDownloads(IRepositoryIdProvider repository, int start, int size)
          Page downloads for given repository
 

Methods in org.eclipse.egit.github.core.service with parameters of type Download
 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
 



Copyright © 2012. All Rights Reserved.