Uses of Class
oshi.hardware.platform.linux.LinuxHWDiskStore.UdevStat
-
Packages that use LinuxHWDiskStore.UdevStat Package Description oshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems -
-
Uses of LinuxHWDiskStore.UdevStat in oshi.hardware.platform.linux
Methods in oshi.hardware.platform.linux that return LinuxHWDiskStore.UdevStat Modifier and Type Method Description static LinuxHWDiskStore.UdevStatLinuxHWDiskStore.UdevStat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LinuxHWDiskStore.UdevStat[]LinuxHWDiskStore.UdevStat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-