public class SystemInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getBogoMIPS() |
static String |
getCpuArchitecture() |
static String[] |
getCpuFeatures() |
static String |
getCpuImplementer() |
static String |
getCpuPart() |
static String |
getCpuRevision() |
static String |
getCpuVariant() |
static String |
getHardware() |
static String |
getJavaRuntime() |
static String |
getJavaVendor() |
static String |
getJavaVendorUrl() |
static String |
getJavaVersion() |
static String |
getJavaVirtualMachine() |
static String |
getOsArch() |
static String |
getOsName() |
static String |
getOsVersion() |
static String |
getProcessor() |
static String |
getRevision() |
static String |
getSerial() |
static boolean |
isHardFloatAbi() |
public static String getProcessor() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String getBogoMIPS() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String[] getCpuFeatures() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String getCpuImplementer() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String getCpuArchitecture() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String getCpuVariant() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String getCpuPart() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String getCpuRevision() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String getHardware() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String getRevision() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String getSerial() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String getOsName()
public static String getOsVersion()
public static String getOsArch()
public static String getJavaVendor()
public static String getJavaVendorUrl()
public static String getJavaVersion()
public static String getJavaVirtualMachine()
public static String getJavaRuntime()
public static boolean isHardFloatAbi()
Copyright © 2012 Pi4J. All Rights Reserved.