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

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

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

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

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