Uses of Class
net.sf.jnati.SystemType
-
Packages that use SystemType Package Description net.sf.jnati -
-
Uses of SystemType in net.sf.jnati
Fields in net.sf.jnati declared as SystemType Modifier and Type Field Description static SystemType
SystemType. FREEBSD_AMD64
static SystemType
SystemType. LINUX_AMD64
static SystemType
SystemType. LINUX_X86
static SystemType
SystemType. LINUX_X86_64
static SystemType
SystemType. MAC_PPC
static SystemType
SystemType. MAC_X86
static SystemType
SystemType. UNKNOWN
static SystemType
SystemType. WINDOWS_X86
static SystemType
SystemType. WINDOWS_X86_64
Methods in net.sf.jnati that return SystemType Modifier and Type Method Description SystemType
SystemTyper. detectPlatform()
static SystemType
SystemType. get(java.lang.String name)
-