Package org.sonar.api.ce.measure.test
Class TestComponent.FileAttributesImpl
- java.lang.Object
-
- org.sonar.api.ce.measure.test.TestComponent.FileAttributesImpl
-
- All Implemented Interfaces:
Component.FileAttributes
- Enclosing class:
- TestComponent
@Immutable public static class TestComponent.FileAttributesImpl extends java.lang.Object implements Component.FileAttributes
-
-
Constructor Summary
Constructors Constructor Description FileAttributesImpl(java.lang.String languageKey, boolean unitTest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLanguageKey()booleanisUnitTest()java.lang.StringtoString()
-
-
-
Method Detail
-
isUnitTest
public boolean isUnitTest()
- Specified by:
isUnitTestin interfaceComponent.FileAttributes
-
getLanguageKey
@CheckForNull public java.lang.String getLanguageKey()
- Specified by:
getLanguageKeyin interfaceComponent.FileAttributes
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-