Uses of Interface
oshi.hardware.CentralProcessor
Packages that use CentralProcessor
Package
Description
[oshi-common 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 common Linux hardware implementations shared by JNA and FFM modules.
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
Provides utilities for parsing, formatting, and other access
-
Uses of CentralProcessor in oshi.hardware
Methods in oshi.hardware that return CentralProcessorModifier and TypeMethodDescriptionHardwareAbstractionLayer.getProcessor()Instantiates aCentralProcessorobject. -
Uses of CentralProcessor in oshi.hardware.common
Classes in oshi.hardware.common that implement CentralProcessorMethods in oshi.hardware.common that return CentralProcessorModifier and TypeMethodDescriptionprotected abstract CentralProcessorAbstractHardwareAbstractionLayer.createProcessor()Instantiates the platform-specificCentralProcessorobjectAbstractHardwareAbstractionLayer.getProcessor() -
Uses of CentralProcessor in oshi.hardware.common.platform.linux
Classes in oshi.hardware.common.platform.linux that implement CentralProcessorMethods in oshi.hardware.common.platform.linux that return CentralProcessorModifier and TypeMethodDescriptionabstract CentralProcessorLinuxHardwareAbstractionLayer.createProcessor() -
Uses of CentralProcessor in oshi.hardware.common.platform.mac
Classes in oshi.hardware.common.platform.mac that implement CentralProcessorModifier and TypeClassDescriptionclassBase class for macOS CentralProcessor implementations. -
Uses of CentralProcessor in oshi.hardware.common.platform.windows
Classes in oshi.hardware.common.platform.windows that implement CentralProcessorModifier and TypeClassDescriptionclassCommon non-native logic for Windows Central Processor implementations. -
Uses of CentralProcessor in oshi.util
Methods in oshi.util with parameters of type CentralProcessorModifier and TypeMethodDescriptionstatic voidSystemInfoHelper.printCpu(List<String> lines, CentralProcessor processor) static voidSystemInfoHelper.printProcessor(List<String> lines, CentralProcessor processor)