public class OSInfo
extends Object
Provides OS name and architecture name.
- Author:
- leo
-
-
Constructor Summary
Constructors
-
Method Summary
static boolean
static boolean
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
X86
public static final String X86
- See Also:
-
-
X86_64
public static final String X86_64
- See Also:
-
-
IA64_32
public static final String IA64_32
- See Also:
-
-
IA64
public static final String IA64
- See Also:
-
-
PPC
public static final String PPC
- See Also:
-
-
PPC64
public static final String PPC64
- See Also:
-
-
ARM64
public static final String ARM64
- See Also:
-
-
-
Method Details
-
main
public static void main(String[] args)
-
getNativeLibFolderPathForCurrentOS
public static String getNativeLibFolderPathForCurrentOS()
-
getOSName
public static String getOSName()
-
isAndroid
public static boolean isAndroid()
-
isAlpine
public static boolean isAlpine()
-
getArchName
public static String getArchName()