public abstract class CloneCommand extends Object
Constructor and Description |
---|
CloneCommand() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getCommand(DownloadScheme scheme,
String project)
Returns the clone command for the given download scheme and project.
|
public abstract String getCommand(DownloadScheme scheme, String project)
scheme
- the download scheme for which the command should be returnedproject
- the name of the project for which the clone command should be returned