Uses of Interface
oshi.hardware.common.platform.mac.IOKitProvider
Packages that use IOKitProvider
Package
Description
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
-
Uses of IOKitProvider in oshi.hardware.common.platform.mac
Methods in oshi.hardware.common.platform.mac that return IOKitProviderModifier and TypeMethodDescriptionprotected abstract IOKitProviderMacBaseboard.ioKitProvider()Returns the IOKit provider for this implementation.protected abstract IOKitProviderMacCentralProcessor.ioKitProvider()Returns the IOKit provider for this implementation.protected abstract IOKitProviderMacComputerSystem.ioKitProvider()Returns the IOKit provider for this implementation.Methods in oshi.hardware.common.platform.mac with parameters of type IOKitProviderModifier and TypeMethodDescriptionprotected static List<PowerSource> MacPowerSource.buildPowerSources(IOKitProvider ioKit, double timeRemainingEstimated, List<MacPowerSource.PowerSourceData> sources, MacPowerSource.PowerSourceFactory factory) Reads theAppleSmartBatteryregistry entry (viaioKit) and merges it with the per-source IOPS readings into a list of power sources.