Deprecated API
Contents
-
Deprecated Classes
-
Deprecated Enum ClassesEnum ClassDescriptionUse
PlatformEnumdirectly.PlatformEnum.getCurrentPlatform()returns the current platform; FFM support is available forPlatformEnum.MACOS,PlatformEnum.LINUX, andPlatformEnum.WINDOWS.
-
Deprecated MethodsMethodDescriptionUse
PlatformEnum.getCurrentPlatform()instead.UsePlatformEnum.getCurrentPlatform()and callPlatformEnum.getName()on the result.UsePlatformEnum#getCurrentPlatform()instead.
-
Deprecated Constructors