Package | Description |
---|---|
org.sonar.updatecenter.common |
Modifier and Type | Method and Description |
---|---|
static UpdateCenter |
UpdateCenter.create(PluginReferential updateCenterPluginReferential,
Sonar sonar) |
UpdateCenter |
UpdateCenterDeserializer.fromManyFiles(File mainFile)
Load configuration with one file for each plugin
|
UpdateCenter |
UpdateCenterDeserializer.fromProperties(Properties p) |
UpdateCenter |
UpdateCenterDeserializer.fromSingleFile(File mainFile)
Load configuration with one single file containing everything
|
UpdateCenter |
UpdateCenter.registerInstalledPlugins(PluginReferential installedPluginReferential) |
UpdateCenter |
UpdateCenter.setDate(Date date) |
UpdateCenter |
UpdateCenter.setInstalledSonarVersion(Version installedSonarVersion) |
Modifier and Type | Method and Description |
---|---|
static Properties |
UpdateCenterSerializer.toProperties(UpdateCenter center) |
static void |
UpdateCenterSerializer.toProperties(UpdateCenter sonar,
File toFile) |
Copyright © 2010–2018 SonarSource. All rights reserved.