public class UpdateCenterClient extends Object implements ServerComponent
| Modifier and Type | Field and Description |
|---|---|
static int |
PERIOD_IN_MILLISECONDS |
static String |
URL_PROPERTY |
| Constructor and Description |
|---|
UpdateCenterClient(HttpDownloader downloader,
Settings configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.sonar.updatecenter.common.UpdateCenter |
getCenter() |
org.sonar.updatecenter.common.UpdateCenter |
getCenter(boolean forceRefresh) |
Date |
getLastRefreshDate() |
public static final String URL_PROPERTY
public static final int PERIOD_IN_MILLISECONDS
public UpdateCenterClient(HttpDownloader downloader, Settings configuration) throws URISyntaxException
URISyntaxExceptionpublic org.sonar.updatecenter.common.UpdateCenter getCenter()
public org.sonar.updatecenter.common.UpdateCenter getCenter(boolean forceRefresh)
public Date getLastRefreshDate()
Copyright © 2009-2012 SonarSource. All Rights Reserved.