Uses of Class
com.twelvemonkeys.lang.Platform.Architecture
-
Packages that use Platform.Architecture Package Description com.twelvemonkeys.lang -
-
Uses of Platform.Architecture in com.twelvemonkeys.lang
Fields in com.twelvemonkeys.lang declared as Platform.Architecture Modifier and Type Field Description (package private) Platform.ArchitecturePlatform. architectureNormalized system architecture constantMethods in com.twelvemonkeys.lang that return Platform.Architecture Modifier and Type Method Description static Platform.ArchitecturePlatform. arch()Shorthand forPlatform.get().getArchitecture().Platform.ArchitecturePlatform. getArchitecture()(package private) static Platform.ArchitecturePlatform. normalizeArchitecture(Platform.OperatingSystem pOsName, java.lang.String osArch)static Platform.ArchitecturePlatform.Architecture. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Platform.Architecture[]Platform.Architecture. values()Returns an array containing the constants of this enum type, in the order they are declared.
-