net.simplace.core.service.IOHelper.OsCheck

helper class to check the operating system this Java VM runs in please keep the notes below as a pseudo-license http://stackoverflow.com/questions/228477/how-do-i-programmatically- determine-operating-system-in-java compare to http://svn.terracotta.org/svn /tc/dso/tags/2.6.4/code/base/common/src/com/tc/util/runtime/Os.java http:/ /www.docjar.com/html/api/org/apache/commons/lang/SystemUtils.java.html


public static final class IOHelper.OsCheck {
// Public Constructors
public OsCheck();

// Class Variables
protected static IOHelper.OsCheck.OSType detectedOS;

// Class Methods
public static IOHelper.OsCheck.OSType getOperatingSystemType();

detect the operating system from the os.name System property and cache the result
returns - the operating system detected


// Inner Classes
public static final class IOHelper.OsCheck.OSType extends java.lang.Enum
}