Uses of Interface
oshi.hardware.ComputerSystem
-
Packages that use ComputerSystem 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.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 ComputerSystem in oshi.hardware
Methods in oshi.hardware that return ComputerSystem Modifier and Type Method Description ComputerSystem
HardwareAbstractionLayer. getComputerSystem()
Instantiates aComputerSystem
object. -
Uses of ComputerSystem in oshi.hardware.common
Classes in oshi.hardware.common that implement ComputerSystem Modifier and Type Class Description class
AbstractComputerSystem
Computer System data.Fields in oshi.hardware.common with type parameters of type ComputerSystem Modifier and Type Field Description private java.util.function.Supplier<ComputerSystem>
AbstractHardwareAbstractionLayer. computerSystem
Methods in oshi.hardware.common that return ComputerSystem Modifier and Type Method Description protected abstract ComputerSystem
AbstractHardwareAbstractionLayer. createComputerSystem()
Instantiates the platform-specificComputerSystem
objectComputerSystem
AbstractHardwareAbstractionLayer. getComputerSystem()
-
Uses of ComputerSystem in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement ComputerSystem Modifier and Type Class Description (package private) class
LinuxComputerSystem
Hardware data obtained from sysfs.Methods in oshi.hardware.platform.linux that return ComputerSystem Modifier and Type Method Description ComputerSystem
LinuxHardwareAbstractionLayer. createComputerSystem()
-
Uses of ComputerSystem in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement ComputerSystem Modifier and Type Class Description (package private) class
MacComputerSystem
Hardware data obtained from ioreg.Methods in oshi.hardware.platform.mac that return ComputerSystem Modifier and Type Method Description ComputerSystem
MacHardwareAbstractionLayer. createComputerSystem()
-
Uses of ComputerSystem in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement ComputerSystem Modifier and Type Class Description (package private) class
AixComputerSystem
Hardware data obtained from lsattrMethods in oshi.hardware.platform.unix.aix that return ComputerSystem Modifier and Type Method Description ComputerSystem
AixHardwareAbstractionLayer. createComputerSystem()
-
Uses of ComputerSystem in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement ComputerSystem Modifier and Type Class Description (package private) class
FreeBsdComputerSystem
Hardware data obtained from dmidecode.Methods in oshi.hardware.platform.unix.freebsd that return ComputerSystem Modifier and Type Method Description ComputerSystem
FreeBsdHardwareAbstractionLayer. createComputerSystem()
-
Uses of ComputerSystem in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement ComputerSystem Modifier and Type Class Description class
OpenBsdComputerSystem
OpenBSD ComputerSystem implementationMethods in oshi.hardware.platform.unix.openbsd that return ComputerSystem Modifier and Type Method Description ComputerSystem
OpenBsdHardwareAbstractionLayer. createComputerSystem()
-
Uses of ComputerSystem in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement ComputerSystem Modifier and Type Class Description (package private) class
SolarisComputerSystem
Hardware data obtained from smbios.Methods in oshi.hardware.platform.unix.solaris that return ComputerSystem Modifier and Type Method Description ComputerSystem
SolarisHardwareAbstractionLayer. createComputerSystem()
-
Uses of ComputerSystem in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement ComputerSystem Modifier and Type Class Description (package private) class
WindowsComputerSystem
Hardware data obtained from WMI.Methods in oshi.hardware.platform.windows that return ComputerSystem Modifier and Type Method Description ComputerSystem
WindowsHardwareAbstractionLayer. createComputerSystem()
-