Uses of Class
edu.wpi.prc.project.OperatingSystemType

Packages that use OperatingSystemType
edu.wpi.prc.project   
 

Uses of OperatingSystemType in edu.wpi.prc.project
 

Methods in edu.wpi.prc.project that return OperatingSystemType
private static OperatingSystemType Project.getOSType()
          Reads the "os.name" system property and parses it to determine what operating system is being used.
static OperatingSystemType OperatingSystemType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperatingSystemType[] OperatingSystemType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.