Uses of Class
org.sonar.core.plugins.RemotePlugin

Packages that use RemotePlugin
org.sonar.batch.bootstrap   
org.sonar.core.plugins   
 

Uses of RemotePlugin in org.sonar.batch.bootstrap
 

Methods in org.sonar.batch.bootstrap that return types with arguments of type RemotePlugin
 List<RemotePlugin> ArtifactDownloader.downloadPluginIndex()
           
 

Methods in org.sonar.batch.bootstrap with parameters of type RemotePlugin
 List<File> ArtifactDownloader.downloadPlugin(RemotePlugin remote)
           
 

Uses of RemotePlugin in org.sonar.core.plugins
 

Methods in org.sonar.core.plugins that return RemotePlugin
 RemotePlugin RemotePlugin.addFilename(String s)
           
static RemotePlugin RemotePlugin.create(DefaultPluginMetadata metadata)
           
static RemotePlugin RemotePlugin.unmarshal(String row)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.