com.sun.jna
Class Platform
java.lang.Object
com.sun.jna.Platform
public final class Platform
- extends java.lang.Object
Provide simplified platform information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()
Copyright © 2007 Timothy Wall. All Rights Reserved.