Class OpenBsdComputerSystem
java.lang.Object
oshi.hardware.common.AbstractComputerSystem
oshi.hardware.platform.unix.openbsd.OpenBsdComputerSystem
- All Implemented Interfaces:
oshi.hardware.ComputerSystem
@Immutable
public class OpenBsdComputerSystem
extends oshi.hardware.common.AbstractComputerSystem
OpenBSD ComputerSystem implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected oshi.hardware.Baseboardprotected oshi.hardware.FirmwaregetModel()Methods inherited from class oshi.hardware.common.AbstractComputerSystem
getBaseboard, getFirmware, toString
-
Constructor Details
-
OpenBsdComputerSystem
public OpenBsdComputerSystem()
-
-
Method Details
-
getManufacturer
-
getModel
-
getSerialNumber
-
getHardwareUUID
-
createFirmware
protected oshi.hardware.Firmware createFirmware()- Specified by:
createFirmwarein classoshi.hardware.common.AbstractComputerSystem
-
createBaseboard
protected oshi.hardware.Baseboard createBaseboard()- Specified by:
createBaseboardin classoshi.hardware.common.AbstractComputerSystem
-