| Package | Description |
|---|---|
| org.sonar.api.platform |
| Modifier and Type | Method and Description |
|---|---|
PluginMetadata |
PluginRepository.getMetadata(String pluginKey)
Search for an installed plugin.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PluginMetadata> |
PluginRepository.getMetadata()
Metadata of installed plugins.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentContainer |
ComponentContainer.addExtension(PluginMetadata plugin,
Object extension) |
void |
ComponentContainer.declareExtension(PluginMetadata plugin,
Object extension) |
Copyright © 2009–2015 SonarSource. All rights reserved.