Uses of Interface
oshi.hardware.Baseboard
Package | Description |
---|---|
oshi.hardware |
[oshi-core API] Provides cross-platform implementation to retrieve hardware
information such as CPU, Memory, Display, Disks, Network Interfaces, Power
Sources, Sensors, and USB Devices
|
oshi.hardware.common |
Provides abstract classes for common code
|
-
Uses of Baseboard in oshi.hardware
Methods in oshi.hardware that return Baseboard Modifier and Type Method Description Baseboard
ComputerSystem. getBaseboard()
Get the computer system baseboard/motherboard. -
Uses of Baseboard in oshi.hardware.common
Classes in oshi.hardware.common that implement Baseboard Modifier and Type Class Description class
AbstractBaseboard
Baseboard dataMethods in oshi.hardware.common that return Baseboard Modifier and Type Method Description protected abstract Baseboard
AbstractComputerSystem. createBaseboard()
Instantiates the platform-specificBaseboard
objectBaseboard
AbstractComputerSystem. getBaseboard()