Uses of Enum Class
com.twelvemonkeys.lang.Platform.OperatingSystem
Packages that use Platform.OperatingSystem
-
Uses of Platform.OperatingSystem in com.twelvemonkeys.lang
Methods in com.twelvemonkeys.lang that return Platform.OperatingSystemModifier and TypeMethodDescriptionPlatform.getOS()static Platform.OperatingSystemPlatform.os()Shorthand forPlatform.get().getOS().static Platform.OperatingSystemReturns the enum constant of this class with the specified name.static Platform.OperatingSystem[]Platform.OperatingSystem.values()Returns an array containing the constants of this enum class, in the order they are declared.