Uses of Class
oshi.PlatformEnum
-
Packages that use 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
Fields in oshi declared as PlatformEnum Modifier and Type Field Description private static PlatformEnum
SystemInfo. CURRENT_PLATFORM
Methods in oshi that return PlatformEnum Modifier and Type Method Description static 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
PlatformEnum. 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.
-