JNA API 3.0.2

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 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()

isX11

public static final boolean isX11()

deleteNativeLibraryAfterVMExit

public static final boolean deleteNativeLibraryAfterVMExit()

hasRuntimeExec

public static final boolean hasRuntimeExec()

JNA API 3.0.2

Copyright © 2007 Timothy Wall. All Rights Reserved.