Uses of Class
oshi.hardware.platform.mac.MacHWDiskStore.CFKey
-
Packages that use MacHWDiskStore.CFKey Package Description oshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems -
-
Uses of MacHWDiskStore.CFKey in oshi.hardware.platform.mac
Methods in oshi.hardware.platform.mac that return MacHWDiskStore.CFKey Modifier and Type Method Description static MacHWDiskStore.CFKey
MacHWDiskStore.CFKey. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MacHWDiskStore.CFKey[]
MacHWDiskStore.CFKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oshi.hardware.platform.mac that return types with arguments of type MacHWDiskStore.CFKey Modifier and Type Method Description private static java.util.Map<MacHWDiskStore.CFKey,com.sun.jna.platform.mac.CoreFoundation.CFStringRef>
MacHWDiskStore. mapCFKeys()
Temporarily cache pointers to keys.
-