Uses of Enum
oshi.PlatformEnum
Packages that use 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
Methods in oshi that return PlatformEnumModifier and TypeMethodDescriptionstatic PlatformEnumSystemInfo.getCurrentPlatform()Gets thePlatformEnumvalue representing this system.static PlatformEnumPlatformEnum.getValue(int osType) Gets the value corresponding to the specified JNA Platform typestatic PlatformEnumReturns 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.