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