Class OsDetector

java.lang.Object
com.itemis.jscdlib.internal.OsDetector

public final class OsDetector extends Object
A little helper class, that uses the os.name system property to identify the current OS.
  • Constructor Details

    • OsDetector

      public OsDetector()
  • Method Details

    • isWindows

      public boolean isWindows()
    • isMac

      public boolean isMac()
    • isLinux

      public boolean isLinux()
    • isOther

      public boolean isOther()