Class TestComponent.FileAttributesImpl

  • All Implemented Interfaces:
    org.sonar.api.ce.measure.Component.FileAttributes
    Enclosing class:
    TestComponent

    @Immutable
    public static class TestComponent.FileAttributesImpl
    extends java.lang.Object
    implements org.sonar.api.ce.measure.Component.FileAttributes
    • Constructor Summary

      Constructors 
      Constructor Description
      FileAttributesImpl​(java.lang.String languageKey, boolean unitTest)  
    • Constructor Detail

      • FileAttributesImpl

        public FileAttributesImpl​(@Nullable
                                  java.lang.String languageKey,
                                  boolean unitTest)
    • Method Detail

      • isUnitTest

        public boolean isUnitTest()
        Specified by:
        isUnitTest in interface org.sonar.api.ce.measure.Component.FileAttributes
      • getLanguageKey

        @CheckForNull
        public java.lang.String getLanguageKey()
        Specified by:
        getLanguageKey in interface org.sonar.api.ce.measure.Component.FileAttributes
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object