java.lang.Object
com.itemis.jscdlib.internal.OsDetector
A little helper class, that uses the os.name system property to identify the current OS.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OsDetector
public OsDetector()
-
-
Method Details
-
isWindows
public boolean isWindows() -
isMac
public boolean isMac() -
isLinux
public boolean isLinux() -
isOther
public boolean isOther()
-