JNA API 3.0.7

com.sun.jna
Class Platform

java.lang.Object
  extended by com.sun.jna.Platform

public final class Platform
extends java.lang.Object

Provide simplified platform information.


Method Summary
static boolean deleteNativeLibraryAfterVMExit()
           
static boolean hasRuntimeExec()
           
static boolean isFreeBSD()
           
static boolean isLinux()
           
static boolean isMac()
           
static boolean isOpenBSD()
           
static boolean isSolaris()
           
static boolean isWindows()
           
static boolean isWindowsCE()
           
static boolean isX11()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isMac

public static final boolean isMac()

isLinux

public static final boolean isLinux()

isWindowsCE

public static final boolean isWindowsCE()

isWindows

public static final boolean isWindows()

isSolaris

public static final boolean isSolaris()

isFreeBSD

public static final boolean isFreeBSD()

isOpenBSD

public static final boolean isOpenBSD()

isX11

public static final boolean isX11()

deleteNativeLibraryAfterVMExit

public static final boolean deleteNativeLibraryAfterVMExit()

hasRuntimeExec

public static final boolean hasRuntimeExec()

JNA API 3.0.7

Copyright © 2007-2008 Timothy Wall. All Rights Reserved.