Enum Class PlatformEnumFFM
- All Implemented Interfaces:
Serializable, Comparable<PlatformEnumFFM>, Constable
Deprecated.
An enumeration of supported operating systems for the FFM module.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.A flavor of LinuxDeprecated.macOSDeprecated.Unsupported OSDeprecated.Microsoft Windows -
Method Summary
Modifier and TypeMethodDescriptionstatic PlatformEnumFFMDeprecated.UsePlatformEnum.getCurrentPlatform()instead.getName()Deprecated.UsePlatformEnum.getCurrentPlatform()and callPlatformEnum.getName()on the result.static PlatformEnumFFMDeprecated.Returns the enum constant of this class with the specified name.static PlatformEnumFFM[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MACOS
-
LINUX
-
WINDOWS
-
UNSUPPORTED
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
Deprecated.UsePlatformEnum.getCurrentPlatform()and callPlatformEnum.getName()on the result.Gets the name of the platform.- Returns:
- the name of the platform
-
getCurrentPlatform
Deprecated.UsePlatformEnum.getCurrentPlatform()instead.Gets the current platform, detected from system properties.- Returns:
- the current platform
-
PlatformEnumdirectly.PlatformEnum.getCurrentPlatform()returns the current platform; FFM support is available forPlatformEnum.MACOS,PlatformEnum.LINUX, andPlatformEnum.WINDOWS.