java.lang.Object
oshi.hardware.common.AbstractComputerSystem
- All Implemented Interfaces:
ComputerSystem
- Direct Known Subclasses:
OpenBsdComputerSystem
Computer System data.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface oshi.hardware.ComputerSystem
getHardwareUUID, getManufacturer, getModel, getSerialNumber
-
Constructor Details
-
AbstractComputerSystem
public AbstractComputerSystem()
-
-
Method Details
-
getFirmware
Description copied from interface:ComputerSystem
Get the computer system firmware/BIOS.- Specified by:
getFirmware
in interfaceComputerSystem
- Returns:
- A
Firmware
object for this system
-
createFirmware
Instantiates the platform-specificFirmware
object- Returns:
- platform-specific
Firmware
object
-
getBaseboard
Description copied from interface:ComputerSystem
Get the computer system baseboard/motherboard.- Specified by:
getBaseboard
in interfaceComputerSystem
- Returns:
- A
Baseboard
object for this system
-
createBaseboard
Instantiates the platform-specificBaseboard
object- Returns:
- platform-specific
Baseboard
object
-
toString
-