public abstract class SystemInfoProviderBase extends Object implements SystemInfoProvider
Constructor and Description |
---|
SystemInfoProviderBase() |
public SystemInfoProviderBase()
public String getProcessor() throws IOException, InterruptedException, UnsupportedOperationException
getProcessor
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getModelName() throws IOException, InterruptedException, UnsupportedOperationException
getModelName
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getBogoMIPS() throws IOException, InterruptedException, UnsupportedOperationException
getBogoMIPS
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String[] getCpuFeatures() throws IOException, InterruptedException, UnsupportedOperationException
getCpuFeatures
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getCpuImplementer() throws IOException, InterruptedException, UnsupportedOperationException
getCpuImplementer
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getCpuArchitecture() throws IOException, InterruptedException, UnsupportedOperationException
getCpuArchitecture
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getCpuVariant() throws IOException, InterruptedException, UnsupportedOperationException
getCpuVariant
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getCpuPart() throws IOException, InterruptedException, UnsupportedOperationException
getCpuPart
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getCpuRevision() throws IOException, InterruptedException, UnsupportedOperationException
getCpuRevision
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getHardware() throws IOException, InterruptedException, UnsupportedOperationException
getHardware
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getRevision() throws IOException, InterruptedException, UnsupportedOperationException
getRevision
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getSerial() throws IOException, InterruptedException, UnsupportedOperationException
getSerial
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getOsName() throws UnsupportedOperationException
getOsName
in interface SystemInfoProvider
UnsupportedOperationException
public String getOsVersion() throws UnsupportedOperationException
getOsVersion
in interface SystemInfoProvider
UnsupportedOperationException
public String getOsArch() throws UnsupportedOperationException
getOsArch
in interface SystemInfoProvider
UnsupportedOperationException
public String getOsFirmwareBuild() throws IOException, InterruptedException, UnsupportedOperationException
getOsFirmwareBuild
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public String getOsFirmwareDate() throws IOException, InterruptedException, ParseException, UnsupportedOperationException
getOsFirmwareDate
in interface SystemInfoProvider
IOException
InterruptedException
ParseException
UnsupportedOperationException
public String getJavaVendor() throws UnsupportedOperationException
getJavaVendor
in interface SystemInfoProvider
UnsupportedOperationException
public String getJavaVendorUrl() throws UnsupportedOperationException
getJavaVendorUrl
in interface SystemInfoProvider
UnsupportedOperationException
public String getJavaVersion() throws UnsupportedOperationException
getJavaVersion
in interface SystemInfoProvider
UnsupportedOperationException
public String getJavaVirtualMachine() throws UnsupportedOperationException
getJavaVirtualMachine
in interface SystemInfoProvider
UnsupportedOperationException
public String getJavaRuntime() throws UnsupportedOperationException
getJavaRuntime
in interface SystemInfoProvider
UnsupportedOperationException
public boolean isHardFloatAbi() throws UnsupportedOperationException
isHardFloatAbi
in interface SystemInfoProvider
UnsupportedOperationException
public long getMemoryTotal() throws IOException, InterruptedException, UnsupportedOperationException
getMemoryTotal
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getMemoryUsed() throws IOException, InterruptedException, UnsupportedOperationException
getMemoryUsed
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getMemoryFree() throws IOException, InterruptedException, UnsupportedOperationException
getMemoryFree
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getMemoryShared() throws IOException, InterruptedException, UnsupportedOperationException
getMemoryShared
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getMemoryBuffers() throws IOException, InterruptedException, UnsupportedOperationException
getMemoryBuffers
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getMemoryCached() throws IOException, InterruptedException, UnsupportedOperationException
getMemoryCached
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public SystemInfo.BoardType getBoardType() throws IOException, InterruptedException, UnsupportedOperationException
getBoardType
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public float getCpuTemperature() throws IOException, InterruptedException, NumberFormatException, UnsupportedOperationException
getCpuTemperature
in interface SystemInfoProvider
IOException
InterruptedException
NumberFormatException
UnsupportedOperationException
public float getCpuVoltage() throws IOException, InterruptedException, NumberFormatException, UnsupportedOperationException
getCpuVoltage
in interface SystemInfoProvider
IOException
InterruptedException
NumberFormatException
UnsupportedOperationException
public float getMemoryVoltageSDRam_C() throws IOException, InterruptedException, NumberFormatException, UnsupportedOperationException
getMemoryVoltageSDRam_C
in interface SystemInfoProvider
IOException
InterruptedException
NumberFormatException
UnsupportedOperationException
public float getMemoryVoltageSDRam_I() throws IOException, InterruptedException, NumberFormatException, UnsupportedOperationException
getMemoryVoltageSDRam_I
in interface SystemInfoProvider
IOException
InterruptedException
NumberFormatException
UnsupportedOperationException
public float getMemoryVoltageSDRam_P() throws IOException, InterruptedException, NumberFormatException, UnsupportedOperationException
getMemoryVoltageSDRam_P
in interface SystemInfoProvider
IOException
InterruptedException
NumberFormatException
UnsupportedOperationException
public boolean getCodecH264Enabled() throws IOException, InterruptedException, UnsupportedOperationException
getCodecH264Enabled
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public boolean getCodecMPG2Enabled() throws IOException, InterruptedException, UnsupportedOperationException
getCodecMPG2Enabled
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public boolean getCodecWVC1Enabled() throws IOException, InterruptedException, UnsupportedOperationException
getCodecWVC1Enabled
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyArm() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyArm
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyCore() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyCore
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyH264() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyH264
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyISP() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyISP
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyV3D() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyV3D
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyUART() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyUART
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyPWM() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyPWM
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyEMMC() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyEMMC
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyPixel() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyPixel
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyVEC() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyVEC
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyHDMI() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyHDMI
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
public long getClockFrequencyDPI() throws IOException, InterruptedException, UnsupportedOperationException
getClockFrequencyDPI
in interface SystemInfoProvider
IOException
InterruptedException
UnsupportedOperationException
Copyright © 2012–2019 Pi4J. All rights reserved.