org.sonar.api.platform
Interface ServerPluginRepository

All Superinterfaces:
BatchComponent, PluginRepository, ServerComponent
All Known Implementing Classes:
DefaultServerPluginRepository

public interface ServerPluginRepository
extends PluginRepository, ServerComponent

Since:
2.11

Method Summary
 void disable(String pluginKey)
          Disabled plugins are not loaded by batch, but they are still installed : Plugin properties are available in General Settings Plugin is marked as installed in Update Center
 boolean isDisabled(String plugingKey)
           
 
Methods inherited from interface org.sonar.api.platform.PluginRepository
getMetadata, getMetadata, getPlugin, getPlugins, getProperties
 

Method Detail

disable

void disable(String pluginKey)
Disabled plugins are not loaded by batch, but they are still installed :


isDisabled

boolean isDisabled(String plugingKey)
Parameters:
plugingKey - can not be null


Copyright © 2009-2012 SonarSource. All Rights Reserved.