Uses of Interface
oshi.hardware.common.platform.mac.IOKitProvider.RegistryEntry
Packages that use IOKitProvider.RegistryEntry
Package
Description
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
-
Uses of IOKitProvider.RegistryEntry in oshi.hardware.common.platform.mac
Method parameters in oshi.hardware.common.platform.mac with type arguments of type IOKitProvider.RegistryEntryModifier and TypeMethodDescriptionvoidIOKitProvider.forEachMatchingService(String serviceName, Consumer<IOKitProvider.RegistryEntry> consumer) Iterates all IORegistry services matching a class name, invoking a consumer for each entry.voidIOKitProvider.forEachMatchingServiceUntil(String serviceName, Predicate<IOKitProvider.RegistryEntry> visitor) Iterates all IORegistry services matching a class name, invoking a function for each entry.<T> TIOKitProvider.withMatchingService(String serviceName, Function<IOKitProvider.RegistryEntry, T> extractor) Looks up a single IORegistry service by class name, extracts a result, and releases the entry.