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 PlatformEnumSystemInfo. CURRENT_PLATFORMMethods in oshi that return PlatformEnum Modifier and Type Method Description static PlatformEnumSystemInfo. getCurrentPlatform()Gets thePlatformEnumvalue representing this system.static PlatformEnumPlatformEnum. getValue(int osType)Gets the value corresponding to the specified JNA Platform typestatic 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.
-