Uses of Class
com.kenai.jffi.Platform
Packages that use Platform
-
Uses of Platform in com.kenai.jffi
Subclasses of Platform in com.kenai.jffiModifier and TypeClassDescriptionprivate static final classAPlatformsubclass representing the MacOS system.private static final classprivate static final classAPlatformsubclass representing the Windows system.Fields in com.kenai.jffi declared as PlatformModifier and TypeFieldDescription(package private) static final PlatformPlatform.SingletonHolder.PLATFORMMethods in com.kenai.jffi that return PlatformModifier and TypeMethodDescriptionprivate static final PlatformPlatform.determinePlatform(Platform.OS os) Determines thePlatformthat best describes theOSstatic final PlatformPlatform.getPlatform()Gets the currentPlatformprivate static PlatformPlatform.newDarwinPlatform()private static PlatformPlatform.newDefaultPlatform(Platform.OS os) private static PlatformPlatform.newWindowsPlatform()