Enum Class Platform.OperatingSystem

java.lang.Object
java.lang.Enum<Platform.OperatingSystem>
com.twelvemonkeys.lang.Platform.OperatingSystem
All Implemented Interfaces:
Serializable, Comparable<Platform.OperatingSystem>, Constable
Enclosing class:
Platform

public static enum Platform.OperatingSystem extends Enum<Platform.OperatingSystem>
Enumeration of common OperatingSystems.

For unknown operating systems, getName() will return the the same value as System.getProperty("os.name").

Version:
$Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/lang/Platform.java#1 $
Author:
Harald Kuhr