public class OsInformationProvider extends Object
| Modifier and Type | Method and Description |
|---|---|
static OsInformationProvider |
getInstance() |
boolean |
isCurrentOs(String name) |
boolean |
isLinux() |
boolean |
isMac() |
boolean |
isWindows() |
public static OsInformationProvider getInstance()
public boolean isWindows()
public boolean isMac()
public boolean isLinux()
public boolean isCurrentOs(String name)
Copyright © 2013. All Rights Reserved.