public abstract class CloneCommand
extends java.lang.Object
Constructor and Description |
---|
CloneCommand() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getCommand(DownloadScheme scheme,
java.lang.String project)
Returns the clone command for the given download scheme and project.
|
public abstract java.lang.String getCommand(DownloadScheme scheme, java.lang.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