Class DownloadCommand


  • public abstract class DownloadCommand
    extends Object
    • Constructor Detail

      • DownloadCommand

        public DownloadCommand()
    • Method Detail

      • getCommand

        public abstract String getCommand​(DownloadScheme scheme,
                                          String project,
                                          String ref)
        Returns the download command for the given download scheme, project and ref.
        Parameters:
        scheme - the download scheme for which the command should be returned
        project - the name of the project for which the download command should be returned
        ref - the change ref
        Returns:
        the download command