org.sonar.server.plugins
Class UpdateCenterMatrixFactory

java.lang.Object
  extended by org.sonar.server.plugins.UpdateCenterMatrixFactory
All Implemented Interfaces:
ServerComponent

public final class UpdateCenterMatrixFactory
extends Object
implements ServerComponent

Since:
2.4

Constructor Summary
UpdateCenterMatrixFactory(UpdateCenterClient centerClient, PluginRepository pluginRepository, Server server, PluginDownloader downloader)
           
 
Method Summary
 UpdateCenterMatrix getMatrix(boolean refresh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateCenterMatrixFactory

public UpdateCenterMatrixFactory(UpdateCenterClient centerClient,
                                 PluginRepository pluginRepository,
                                 Server server,
                                 PluginDownloader downloader)
Method Detail

getMatrix

public UpdateCenterMatrix getMatrix(boolean refresh)


Copyright © 2009-2011 SonarSource. All Rights Reserved.