List of utility methods to do OS Check
return System.getProperty("os.name");
return getOS().startsWith("Linux");
return getOS().startsWith("Windows");