Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-1011

Enhance download options

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • Core
    • None

    Description

      Enhance the downloading of artefacts.

      • parallel downloads
      • resuming a download
      • partial downloads
      • using a downloadmanager (for getting the first three topics)

      (Without knowing the internals) I think of something like

      public interface Downloader {
          /**
           * @param source From where to download
           * @param target where to store the artefact
           * @param progressReporter something that reports the progress (the [.......]ok  at the moment)
          */
          download(URI source, File target, ?? progressReporter);
      }
      

      Implementations:

      • SerialDownloader : the existing downloader
      • ParallelDownloader : starts multiple downloads in parallel
      • SunDownloader : uses Sun Downloadmanager [1] for doing the job
      • ??Downloader : other (free available Java based) download manager

      [1] http://www.sun.com/download/sdm/download.xml

      Attachments

        Activity

          People

            Unassigned Unassigned
            jhm Jan Materne
            Votes:
            13 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: