org.sonar.api.platform
Interface ServerPluginRepository

All Superinterfaces:
BatchComponent, PluginRepository, ServerComponent

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 pluginKey)
           
 
Methods inherited from interface org.sonar.api.platform.PluginRepository
getMetadata, getMetadata, getPlugin
 

Method Detail

disable

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


isDisabled

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


Copyright © 2009-2014 SonarSource. All Rights Reserved.