| Package | Description |
|---|---|
| org.sonar.api.platform | |
| org.sonar.batch.bootstrap | |
| org.sonar.core.plugins | |
| org.sonar.server.plugins | |
| org.sonar.server.ui |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
PluginMetadata |
BatchPluginRepository.getMetadata(String pluginKey) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PluginMetadata> |
BatchPluginRepository.getMetadata() |
Map<PluginMetadata,Plugin> |
BatchPluginRepository.getPluginsByMetadata() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Module.addExtension(PluginMetadata plugin,
Object extension) |
protected void |
Module.declareExtension(PluginMetadata plugin,
Object extension) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPluginMetadata |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
PluginClassloaders.add(PluginMetadata plugin) |
int |
DefaultPluginMetadata.compareTo(PluginMetadata other) |
boolean |
PluginClassloaders.extend(PluginMetadata plugin) |
Plugin |
PluginClassloaders.instantiatePlugin(PluginMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Plugin> |
PluginClassloaders.init(Collection<PluginMetadata> plugins) |
| Modifier and Type | Method and Description |
|---|---|
PluginMetadata |
PluginDeployer.getMetadata(String pluginKey) |
PluginMetadata |
DefaultServerPluginRepository.getMetadata(String pluginKey) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PluginMetadata> |
PluginDeployer.getMetadata() |
Collection<PluginMetadata> |
DefaultServerPluginRepository.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Collection<PluginMetadata> |
JRubyFacade.getPluginsMetadata() |
Copyright © 2009-2012 SonarSource. All Rights Reserved.