Uses of Class
oshi.PlatformEnum
| Package | Description |
|---|---|
| oshi |
[oshi-core API] Provides a cross-platform implementation to retrieve
Operating System and Hardware Information, such as OS version, memory, CPU,
disk, devices, sensors, etc.
|
-
Uses of PlatformEnum in oshi
Methods in oshi that return PlatformEnum Modifier and Type Method Description static PlatformEnumSystemInfo. getCurrentPlatformEnum()Getter for the fieldcurrentPlatformEnum.static PlatformEnumPlatformEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlatformEnum[]PlatformEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.