se.datadosen.util
Class Platform

java.lang.Object
  extended by se.datadosen.util.Platform

public class Platform
extends java.lang.Object


Constructor Summary
Platform()
           
 
Method Summary
static boolean isLinux()
           
static boolean isMac()
           
static boolean isWindows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Platform

public Platform()
Method Detail

isMac

public static boolean isMac()

isWindows

public static boolean isWindows()

isLinux

public static boolean isLinux()