Uses of Enum Class
oshi.PlatformEnumFFM
Packages that use PlatformEnumFFM
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 PlatformEnumFFM in oshi
Subclasses with type arguments of type PlatformEnumFFM in oshiMethods in oshi that return PlatformEnumFFMModifier and TypeMethodDescriptionstatic PlatformEnumFFMPlatformEnumFFM.getCurrentPlatform()Deprecated.UsePlatformEnum.getCurrentPlatform()instead.static PlatformEnumFFMSystemInfoFFM.getCurrentPlatform()Deprecated.UsePlatformEnum.getCurrentPlatform()instead.static PlatformEnumFFMDeprecated.Returns the enum constant of this class with the specified name.static PlatformEnumFFM[]PlatformEnumFFM.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
PlatformEnumdirectly.