Class UnknownPlatformInfoImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.processing.PlatformInfo,com.google.devtools.ksp.processing.UnknownPlatformInfo
public final class UnknownPlatformInfoImpl implements UnknownPlatformInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final StringplatformName
-
Constructor Summary
Constructors Constructor Description UnknownPlatformInfoImpl(String platformName)
-
Method Summary
Modifier and Type Method Description StringgetPlatformName()StringtoString()-
-
Constructor Detail
-
UnknownPlatformInfoImpl
UnknownPlatformInfoImpl(String platformName)
-
-
Method Detail
-
getPlatformName
String getPlatformName()
-
-
-
-