|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Plugin
A plugin is a group of extensions. See org.sonar.api.Extension interface to get all extension points.
The manifest property Plugin-Class must declare the name of the implementation class.
See META-INF/MANIFEST.MF.
Extension| Method Summary | |
|---|---|
java.lang.String |
getDescription()
description of the plugin, can contains html or ruby code |
java.util.List |
getExtensions()
Classes of the implemented extensions. |
java.lang.String |
getKey()
Unique key within sonar plugins |
java.lang.String |
getName()
Descriptive name |
| Method Detail |
|---|
java.lang.String getKey()
java.lang.String getName()
java.lang.String getDescription()
java.util.List getExtensions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||