Class Python

java.lang.Object
org.sonar.api.resources.AbstractLanguage
org.sonar.plugins.python.Python
All Implemented Interfaces:
org.sonar.api.resources.Language

public class Python extends org.sonar.api.resources.AbstractLanguage
  • Field Summary

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

    Constructors
    Constructor
    Description
    Python(org.sonar.api.config.Configuration configuration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.sonar.api.resources.AbstractLanguage

    equals, getKey, getName, hashCode, setName, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.sonar.api.resources.Language

    filenamePatterns, publishAllFiles
  • Field Details

  • Constructor Details

    • Python

      public Python(org.sonar.api.config.Configuration configuration)
  • Method Details

    • getFileSuffixes

      public String[] getFileSuffixes()