net.simplace.util.service.IOHelper.OsCheck.OSType
types of Operating Systems
public static final class IOHelper.OsCheck.OSType extends java.lang.Enum {
// Constants
public static final IOHelper.OsCheck.OSType Windows;
public static final IOHelper.OsCheck.OSType MacOS;
public static final IOHelper.OsCheck.OSType Linux;
public static final IOHelper.OsCheck.OSType Other;
// Class Methods
}
Hierarchy: java.lang.Object - java.lang.Enum (java.lang.Comparable, java.io.Serializable) - IOHelper.OsCheck.OSType
Returned by: IOHelper.OsCheck.getOperatingSystemType(), valueOf(), values()
Type of: IOHelper.OsCheck.detectedOS, Linux, MacOS, Other, Windows