Uses of Class
com.twelvemonkeys.lang.Platform.OperatingSystem
-
Packages that use Platform.OperatingSystem Package Description com.twelvemonkeys.lang -
-
Uses of Platform.OperatingSystem in com.twelvemonkeys.lang
Fields in com.twelvemonkeys.lang declared as Platform.OperatingSystem Modifier and Type Field Description (package private) Platform.OperatingSystemPlatform. osNormalized operating system constantMethods in com.twelvemonkeys.lang that return Platform.OperatingSystem Modifier and Type Method Description Platform.OperatingSystemPlatform. getOS()(package private) static Platform.OperatingSystemPlatform. normalizeOperatingSystem(java.lang.String osName)static Platform.OperatingSystemPlatform. os()Shorthand forPlatform.get().getOS().static Platform.OperatingSystemPlatform.OperatingSystem. valueOf(java.lang.String name)Returns 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.OperatingSystem Modifier and Type Method Description (package private) static Platform.ArchitecturePlatform. normalizeArchitecture(Platform.OperatingSystem pOsName, java.lang.String osArch)
-