Uses of Interface
oshi.hardware.ComputerSystem
Packages that use ComputerSystem
Package
Description
[oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display,
Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides abstract classes for common code
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems
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 ComputerSystemModifier and TypeMethodDescriptionHardwareAbstractionLayer.getComputerSystem()
Instantiates aComputerSystem
object. -
Uses of ComputerSystem in oshi.hardware.common
Classes in oshi.hardware.common that implement ComputerSystemFields in oshi.hardware.common with type parameters of type ComputerSystemModifier and TypeFieldDescriptionprivate final Supplier
<ComputerSystem> AbstractHardwareAbstractionLayer.computerSystem
Methods in oshi.hardware.common that return ComputerSystemModifier and TypeMethodDescriptionprotected abstract ComputerSystem
AbstractHardwareAbstractionLayer.createComputerSystem()
Instantiates the platform-specificComputerSystem
objectAbstractHardwareAbstractionLayer.getComputerSystem()
-
Uses of ComputerSystem in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement ComputerSystemModifier and TypeClassDescription(package private) final class
Hardware data obtained from sysfs.Methods in oshi.hardware.platform.linux that return ComputerSystem -
Uses of ComputerSystem in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement ComputerSystemModifier and TypeClassDescription(package private) final class
Hardware data obtained from ioreg.Methods in oshi.hardware.platform.mac that return ComputerSystem -
Uses of ComputerSystem in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement ComputerSystemModifier and TypeClassDescription(package private) final class
Hardware data obtained from lsattrMethods in oshi.hardware.platform.unix.aix that return ComputerSystem -
Uses of ComputerSystem in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement ComputerSystemModifier and TypeClassDescription(package private) final class
Hardware data obtained from dmidecode.Methods in oshi.hardware.platform.unix.freebsd that return ComputerSystem -
Uses of ComputerSystem in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement ComputerSystemModifier and TypeClassDescriptionclass
OpenBSD ComputerSystem implementationMethods in oshi.hardware.platform.unix.openbsd that return ComputerSystem -
Uses of ComputerSystem in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement ComputerSystemModifier and TypeClassDescription(package private) final class
Hardware data obtained from smbios.Methods in oshi.hardware.platform.unix.solaris that return ComputerSystem -
Uses of ComputerSystem in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement ComputerSystemModifier and TypeClassDescription(package private) final class
Hardware data obtained from WMI.Methods in oshi.hardware.platform.windows that return ComputerSystem