org.sqlite
Class OSInfo
java.lang.Object
org.sqlite.OSInfo
public class OSInfo
- extends Object
Provides OS name and architecture name.
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSInfo
public OSInfo()
main
public static void main(String[] args)
getNativeLibFolderPathForCurrentOS
public static String getNativeLibFolderPathForCurrentOS()
getOSName
public static String getOSName()
getArchName
public static String getArchName()
translateOSNameToFolderName
public static String translateOSNameToFolderName(String osName)
translateArchNameToFolderName
public static String translateArchNameToFolderName(String archName)

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.