public abstract class DownloadScheme extends Object
Constructor and Description |
---|
DownloadScheme() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getUrl(String project)
Returns the URL of this download scheme.
|
abstract boolean |
isAuthRequired() |
abstract boolean |
isAuthSupported() |
abstract boolean |
isEnabled() |
public abstract String getUrl(String project)
project
- the name of the project for which the URL should be returnedpublic abstract boolean isAuthRequired()
public abstract boolean isAuthSupported()
public abstract boolean isEnabled()