Uses of Enum
com.twelvemonkeys.lang.Platform.OperatingSystem
Packages that use Platform.OperatingSystem
-
Uses of Platform.OperatingSystem in com.twelvemonkeys.lang
Subclasses with type arguments of type Platform.OperatingSystem in com.twelvemonkeys.langModifier and TypeClassDescriptionstatic enumEnumeration of commonOperatingSystems.Fields in com.twelvemonkeys.lang declared as Platform.OperatingSystemModifier and TypeFieldDescription(package private) final Platform.OperatingSystemPlatform.osNormalized operating system constantMethods in com.twelvemonkeys.lang that return Platform.OperatingSystemModifier and TypeMethodDescriptionPlatform.getOS()(package private) static Platform.OperatingSystemPlatform.normalizeOperatingSystem(String osName) static Platform.OperatingSystemPlatform.os()Shorthand forPlatform.get().getOS().static Platform.OperatingSystemReturns the enum constant of this type with the specified name.static Platform.OperatingSystem[]Platform.OperatingSystem.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twelvemonkeys.lang with parameters of type Platform.OperatingSystemModifier and TypeMethodDescription(package private) static Platform.ArchitecturePlatform.normalizeArchitecture(Platform.OperatingSystem pOsName, String osArch)