Uses of Enum
oshi.PlatformEnum
Package
Description
[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
Modifier and TypeMethodDescriptionstatic PlatformEnum
SystemInfo.getCurrentPlatform()
Gets thePlatformEnum
value representing this system.static PlatformEnum
PlatformEnum.getValue
(int osType) Gets the value corresponding to the specified JNA Platform typestatic PlatformEnum
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.