Uses of Class
org.sonar.updatecenter.common.UpdateCenter
-
Packages that use UpdateCenter Package Description org.sonar.updatecenter.common -
-
Uses of UpdateCenter in org.sonar.updatecenter.common
Methods in org.sonar.updatecenter.common that return UpdateCenter Modifier and Type Method Description static UpdateCenterUpdateCenter. create(PluginReferential updateCenterPluginReferential, List<Scanner> scanners, Sonar sonar)UpdateCenterUpdateCenterDeserializer. fromManyFiles(File mainFile)Load configuration with one file for each pluginUpdateCenterUpdateCenterDeserializer. fromProperties(Properties p)UpdateCenterUpdateCenter. registerInstalledPlugins(PluginReferential installedPluginReferential)UpdateCenterUpdateCenter. setDate(Date date)UpdateCenterUpdateCenter. setInstalledSonarVersion(Version installedSonarVersion)Methods in org.sonar.updatecenter.common with parameters of type UpdateCenter Modifier and Type Method Description static PropertiesUpdateCenterSerializer. toProperties(UpdateCenter center)static voidUpdateCenterSerializer. toProperties(UpdateCenter sonar, File toFile)
-