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
|
getInstancepublic DownloadableFileDescription createFileDescription(java.lang.String downloadUrl, java.lang.String fileName)
createFileDescription in class DownloadableFileServicepublic DownloadableFileSetVersions<DownloadableFileSetDescription> createFileSetVersions(java.lang.String groupId, java.net.URL... localUrls)
DownloadableFileServicecreateFileSetVersions in class DownloadableFileServicegroupId - 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 DownloadableFileServicepublic FileDownloader createDownloader(java.util.List<? extends DownloadableFileDescription> fileDescriptions, java.lang.String presentableDownloadName)
createDownloader in class DownloadableFileServicepublic FileDownloader createDownloader(DownloadableFileSetDescription description, Project project, javax.swing.JComponent parent)
createDownloader in class DownloadableFileServicepublic FileDownloader createDownloader(java.util.List<? extends DownloadableFileDescription> fileDescriptions, Project project, javax.swing.JComponent parent, java.lang.String presentableDownloadName)
createDownloader in class DownloadableFileService