public abstract class DownloadScheme
extends java.lang.Object
Constructor and Description |
---|
DownloadScheme() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getUrl(java.lang.String project)
Returns the URL of this download scheme.
|
abstract boolean |
isAuthRequired() |
abstract boolean |
isAuthSupported() |
abstract boolean |
isEnabled() |
public abstract java.lang.String getUrl(java.lang.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()