Uses of Class
edu.wisc.ssec.mcidasv.startupmanager.Platform

Packages that use Platform
edu.wisc.ssec.mcidasv.startupmanager   
 

Uses of Platform in edu.wisc.ssec.mcidasv.startupmanager
 

Fields in edu.wisc.ssec.mcidasv.startupmanager declared as Platform
private  Platform StartupManager.platform
          The type of platform as reported by StartupManager.determinePlatform().
 

Methods in edu.wisc.ssec.mcidasv.startupmanager that return Platform
private  Platform StartupManager.determinePlatform()
          Figures out the type of platform.
 Platform StartupManager.getPlatform()
          Returns either UNIXLIKE or WINDOWS.
static Platform Platform.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Platform[] Platform.values()
          Returns an array containing the constants of this enum type, in the order they are declared.