Class NativePlatformInfoImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.processing.NativePlatformInfo,com.google.devtools.ksp.processing.PlatformInfo
public final class NativePlatformInfoImpl implements NativePlatformInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final StringplatformNameprivate final StringtargetName
-
Constructor Summary
Constructors Constructor Description NativePlatformInfoImpl(String platformName, String targetName)
-
Method Summary
Modifier and Type Method Description StringgetPlatformName()StringgetTargetName()StringtoString()-
-
Method Detail
-
getPlatformName
String getPlatformName()
-
getTargetName
String getTargetName()
-
-
-
-