public class DownloadableFileServiceImpl extends DownloadableFileService
Constructor and Description |
---|
DownloadableFileServiceImpl() |
Modifier and Type | Method and Description |
---|---|
FileDownloader |
createDownloader(DownloadableFileSetDescription description) |
FileDownloader |
createDownloader(DownloadableFileSetDescription description,
Project project,
javax.swing.JComponent parent) |
FileDownloader |
createDownloader(java.util.List<? extends DownloadableFileDescription> fileDescriptions,
Project project,
javax.swing.JComponent parent,
java.lang.String presentableDownloadName) |
FileDownloader |
createDownloader(java.util.List<? extends DownloadableFileDescription> fileDescriptions,
java.lang.String presentableDownloadName) |
DownloadableFileDescription |
createFileDescription(java.lang.String downloadUrl,
java.lang.String fileName) |
DownloadableFileSetVersions<DownloadableFileSetDescription> |
createFileSetVersions(java.lang.String groupId,
java.net.URL... localUrls)
Create descriptor for set of files
|
getInstance
public DownloadableFileDescription createFileDescription(java.lang.String downloadUrl, java.lang.String fileName)
createFileDescription
in class DownloadableFileService
public DownloadableFileSetVersions<DownloadableFileSetDescription> createFileSetVersions(java.lang.String groupId, java.net.URL... localUrls)
DownloadableFileService
createFileSetVersions
in class DownloadableFileService
groupId
- id of the file set descriptors on http://frameworks.jetbrains.com/ sitelocalUrls
- URLs of local copies of the descriptorsDownloadableFileSetVersions
instancepublic FileDownloader createDownloader(DownloadableFileSetDescription description)
createDownloader
in class DownloadableFileService
public FileDownloader createDownloader(java.util.List<? extends DownloadableFileDescription> fileDescriptions, java.lang.String presentableDownloadName)
createDownloader
in class DownloadableFileService
public FileDownloader createDownloader(DownloadableFileSetDescription description, Project project, javax.swing.JComponent parent)
createDownloader
in class DownloadableFileService
public FileDownloader createDownloader(java.util.List<? extends DownloadableFileDescription> fileDescriptions, Project project, javax.swing.JComponent parent, java.lang.String presentableDownloadName)
createDownloader
in class DownloadableFileService