Class PythonPlugin

java.lang.Object
org.sonar.plugins.python.PythonPlugin
All Implemented Interfaces:
org.sonar.api.Plugin

public class PythonPlugin extends Object implements org.sonar.api.Plugin
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.sonar.api.Plugin

    org.sonar.api.Plugin.Context
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    define(org.sonar.api.Plugin.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • PythonPlugin

      public PythonPlugin()
  • Method Details

    • define

      public void define(org.sonar.api.Plugin.Context context)
      Specified by:
      define in interface org.sonar.api.Plugin