public abstract class SonarPlugin extends Object implements Plugin
Extension interface to get all extension points.| Constructor and Description |
|---|
SonarPlugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
description of the plugin, can contains html or ruby code
|
String |
getKey()
Unique key within sonar plugins
|
String |
getName()
Descriptive name
|
String |
toString()
Returns a string representation of the plugin, suitable for debugging purposes only.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensionspublic SonarPlugin()
public final String getKey()
Pluginpublic final String getDescription()
PlugingetDescription in interface PluginCopyright © 2009-2012 SonarSource. All Rights Reserved.