Uses of Interface
oshi.hardware.Baseboard
-
Packages that use 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 Devicesoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.unix Provides mappings for Unix-based operating systemsoshi.hardware.platform.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.hardware.platform.windows Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems -
-
Uses of Baseboard in oshi.hardware
Methods in oshi.hardware that return Baseboard Modifier and Type Method Description BaseboardComputerSystem. 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 classAbstractBaseboardBaseboard dataFields in oshi.hardware.common with type parameters of type Baseboard Modifier and Type Field Description private java.util.function.Supplier<Baseboard>AbstractComputerSystem. baseboardMethods in oshi.hardware.common that return Baseboard Modifier and Type Method Description protected abstract BaseboardAbstractComputerSystem. createBaseboard()Instantiates the platform-specificBaseboardobjectBaseboardAbstractComputerSystem. getBaseboard() -
Uses of Baseboard in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement Baseboard Modifier and Type Class Description (package private) classLinuxBaseboardBaseboard data obtained by sysfsMethods in oshi.hardware.platform.linux that return Baseboard Modifier and Type Method Description BaseboardLinuxComputerSystem. createBaseboard() -
Uses of Baseboard in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement Baseboard Modifier and Type Class Description (package private) classMacBaseboardBaseboard data obtained from ioregMethods in oshi.hardware.platform.mac that return Baseboard Modifier and Type Method Description BaseboardMacComputerSystem. createBaseboard() -
Uses of Baseboard in oshi.hardware.platform.unix
Classes in oshi.hardware.platform.unix that implement Baseboard Modifier and Type Class Description classUnixBaseboardBaseboard data obtained by a calling class -
Uses of Baseboard in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement Baseboard Modifier and Type Class Description (package private) classAixBaseboardBaseboard data obtained by lscfgMethods in oshi.hardware.platform.unix.aix that return Baseboard Modifier and Type Method Description BaseboardAixComputerSystem. createBaseboard() -
Uses of Baseboard in oshi.hardware.platform.unix.freebsd
Methods in oshi.hardware.platform.unix.freebsd that return Baseboard Modifier and Type Method Description BaseboardFreeBsdComputerSystem. createBaseboard() -
Uses of Baseboard in oshi.hardware.platform.unix.openbsd
Methods in oshi.hardware.platform.unix.openbsd that return Baseboard Modifier and Type Method Description protected BaseboardOpenBsdComputerSystem. createBaseboard() -
Uses of Baseboard in oshi.hardware.platform.unix.solaris
Methods in oshi.hardware.platform.unix.solaris that return Baseboard Modifier and Type Method Description BaseboardSolarisComputerSystem. createBaseboard() -
Uses of Baseboard in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement Baseboard Modifier and Type Class Description (package private) classWindowsBaseboardBaseboard data obtained from WMIMethods in oshi.hardware.platform.windows that return Baseboard Modifier and Type Method Description BaseboardWindowsComputerSystem. createBaseboard()
-