org.sonar.batch.bootstrap
Class ArtifactDownloader

java.lang.Object
  extended by org.sonar.batch.bootstrap.ArtifactDownloader
All Implemented Interfaces:
BatchComponent

public class ArtifactDownloader
extends Object
implements BatchComponent


Constructor Summary
ArtifactDownloader(HttpDownloader httpDownloader, TempDirectories workingDirectories, ServerMetadata server)
           
 
Method Summary
 File downloadJdbcDriver()
           
 List<File> downloadPlugin(RemotePlugin remote)
           
 List<RemotePlugin> downloadPluginIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactDownloader

public ArtifactDownloader(HttpDownloader httpDownloader,
                          TempDirectories workingDirectories,
                          ServerMetadata server)
Method Detail

downloadJdbcDriver

public File downloadJdbcDriver()

downloadPlugin

public List<File> downloadPlugin(RemotePlugin remote)

downloadPluginIndex

public List<RemotePlugin> downloadPluginIndex()


Copyright © 2009-2012 SonarSource. All Rights Reserved.