public interface ServerPluginRepository extends PluginRepository, ServerComponent
| Modifier and Type | Method and Description |
|---|---|
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) |
getMetadata, getMetadata, getPluginvoid disable(String pluginKey)
boolean isDisabled(String pluginKey)
pluginKey - can not be nullCopyright © 2009-2013 SonarSource. All Rights Reserved.