Plugin in version 5.6.@Deprecated public abstract class SonarPlugin extends Object implements Plugin
Extension.
 The JAR manifest must declare the name of the implementation class in the property Plugin-Class.
 This property is automatically set by sonar-packaging-maven-plugin when building plugin.
Plugin.Context| Constructor and Description | 
|---|
| SonarPlugin()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | define(Plugin.Context context)Deprecated.  This method is executed at runtime when:
 
   Web Server starts
   Compute Engine starts
   Scanner starts
  | 
| abstract List | getExtensions()Deprecated.  Classes of the implemented extensions. | 
| String | toString()Deprecated.  Returns a string representation of the plugin, suitable for debugging purposes only. | 
public SonarPlugin()
public abstract List getExtensions()
public String toString()
public void define(Plugin.Context context)
PluginCopyright © 2009–2016 SonarSource. All rights reserved.