Uses of Class
com.googlecode.cmakemavenproject.OperatingSystem.Architecture
-
-
Uses of OperatingSystem.Architecture in com.googlecode.cmakemavenproject
Fields in com.googlecode.cmakemavenproject declared as OperatingSystem.Architecture Modifier and Type Field Description OperatingSystem.ArchitectureOperatingSystem. architectureThe architecture of the operating system.Methods in com.googlecode.cmakemavenproject that return OperatingSystem.Architecture Modifier and Type Method Description static OperatingSystem.ArchitectureOperatingSystem.Architecture. detected()Returns the architecture of the detected operating system.static OperatingSystem.ArchitectureOperatingSystem.Architecture. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatingSystem.Architecture[]OperatingSystem.Architecture. values()Returns an array containing the constants of this enum type, in the order they are declared.
-