@Immutable public static class TestComponent.FileAttributesImpl extends java.lang.Object implements Component.FileAttributes
| Constructor and Description |
|---|
FileAttributesImpl(java.lang.String languageKey,
boolean unitTest) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLanguageKey() |
boolean |
isUnitTest() |
java.lang.String |
toString() |
public FileAttributesImpl(@Nullable
java.lang.String languageKey,
boolean unitTest)
public boolean isUnitTest()
isUnitTest in interface Component.FileAttributes@CheckForNull public java.lang.String getLanguageKey()
getLanguageKey in interface Component.FileAttributespublic java.lang.String toString()
toString in class java.lang.Object