Package | Description |
---|---|
edu.wisc.ssec.mcidasv.startupmanager |
Modifier and Type | Field and Description |
---|---|
private Platform |
StartupManager.platform
The type of platform as reported by
StartupManager.determinePlatform() . |
Modifier and Type | Method and Description |
---|---|
private Platform |
StartupManager.determinePlatform()
Figures out the type of platform.
|
Platform |
StartupManager.getPlatform()
|
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.
|