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 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 dataFields in oshi.hardware.common with type parameters of type Baseboard Modifier and Type Field Description private java.util.function.Supplier<Baseboard>
AbstractComputerSystem. baseboard
Methods in oshi.hardware.common that return Baseboard Modifier and Type Method Description protected abstract Baseboard
AbstractComputerSystem. createBaseboard()
Instantiates the platform-specificBaseboard
objectBaseboard
AbstractComputerSystem. 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) class
LinuxBaseboard
Baseboard data obtained by sysfsMethods in oshi.hardware.platform.linux that return Baseboard Modifier and Type Method Description Baseboard
LinuxComputerSystem. 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) class
MacBaseboard
Baseboard data obtained from ioregMethods in oshi.hardware.platform.mac that return Baseboard Modifier and Type Method Description Baseboard
MacComputerSystem. createBaseboard()
-
Uses of Baseboard in oshi.hardware.platform.unix
Classes in oshi.hardware.platform.unix that implement Baseboard Modifier and Type Class Description class
UnixBaseboard
Baseboard 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) class
AixBaseboard
Baseboard data obtained by lscfgMethods in oshi.hardware.platform.unix.aix that return Baseboard Modifier and Type Method Description Baseboard
AixComputerSystem. 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 Baseboard
FreeBsdComputerSystem. 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 Baseboard
OpenBsdComputerSystem. 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 Baseboard
SolarisComputerSystem. 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) class
WindowsBaseboard
Baseboard data obtained from WMIMethods in oshi.hardware.platform.windows that return Baseboard Modifier and Type Method Description Baseboard
WindowsComputerSystem. createBaseboard()
-