Class CloneCommand


  • public abstract class CloneCommand
    extends Object
    • Constructor Detail

      • CloneCommand

        public CloneCommand()
    • Method Detail

      • getCommand

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