Class GoLanguage

  • All Implemented Interfaces:
    org.sonar.api.resources.Language

    public class GoLanguage
    extends org.sonar.api.resources.AbstractLanguage
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getFileSuffixes()  
      • 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

        publishAllFiles
    • Constructor Detail

      • GoLanguage

        public GoLanguage​(org.sonar.api.config.Configuration configuration)
    • Method Detail

      • getFileSuffixes

        public java.lang.String[] getFileSuffixes()