org.sonar.batch.bootstrap
Interface PluginsReferential

All Known Implementing Classes:
DefaultPluginsReferential

public interface PluginsReferential

Plugin referential.

Since:
4.4

Method Summary
 Map<PluginMetadata,SonarPlugin> localPlugins()
          Return the list of local plugins to be installed
 File pluginFile(RemotePlugin remote)
          Return location of a given plugin on the local FS.
 List<RemotePlugin> pluginList()
          Return list of remote plugins to be installed
 

Method Detail

pluginList

List<RemotePlugin> pluginList()
Return list of remote plugins to be installed


pluginFile

File pluginFile(RemotePlugin remote)
Return location of a given plugin on the local FS.


localPlugins

Map<PluginMetadata,SonarPlugin> localPlugins()
Return the list of local plugins to be installed



Copyright © 2009–2015 SonarSource. All rights reserved.