org.sonar.api.platform
Interface PluginRepository

All Superinterfaces:
BatchComponent, ServerComponent
All Known Implementing Classes:
AbstractPluginRepository

public interface PluginRepository
extends BatchComponent, ServerComponent


Method Summary
 Plugin getPlugin(String key)
           
 Plugin getPluginForExtension(Object extension)
          Deprecated. since 2.3
 Collection<Plugin> getPlugins()
           
 Property[] getProperties(Plugin plugin)
           
 

Method Detail

getPlugins

Collection<Plugin> getPlugins()

getPlugin

Plugin getPlugin(String key)

getPluginForExtension

@Deprecated
Plugin getPluginForExtension(Object extension)
Deprecated. since 2.3


getProperties

Property[] getProperties(Plugin plugin)


Copyright © 2009-2011 SonarSource. All Rights Reserved.