public class ServerMetadata extends Object
| Type | Property and Description |
|---|---|
boolean |
supportsNewDependency |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECT_TIMEOUT_MILLISECONDS |
static int |
READ_TIMEOUT_MILLISECONDS |
| Constructor and Description |
|---|
ServerMetadata(String url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl() |
String |
getVersion() |
static boolean |
isVersionPriorTo4Dot3(String version) |
static boolean |
isVersionPriorTo4Dot5(String version) |
static boolean |
isVersionPriorTo5Dot0(String version) |
void |
logSettings(org.apache.maven.plugin.logging.Log log) |
protected String |
remoteContent(String path) |
boolean |
supportsFilesAsSources() |
boolean |
supportsNewDependencyProperty() |
boolean |
supportsSonarQubeRunnerBootstrappingFromMaven() |
public static final int CONNECT_TIMEOUT_MILLISECONDS
public static final int READ_TIMEOUT_MILLISECONDS
public ServerMetadata(String url)
public String getVersion()
public String getUrl()
public void logSettings(org.apache.maven.plugin.logging.Log log)
protected String remoteContent(String path) throws IOException
IOExceptionpublic boolean supportsSonarQubeRunnerBootstrappingFromMaven()
public boolean supportsNewDependencyProperty()
public boolean supportsFilesAsSources()
public static boolean isVersionPriorTo4Dot3(String version)
public static boolean isVersionPriorTo5Dot0(String version)
public static boolean isVersionPriorTo4Dot5(String version)
Copyright © 2009–2015 Codehaus. All rights reserved.