public class PlatformUtil extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PlatformUtil.Browser |
|
static class |
PlatformUtil.Desktop |
|
static class |
PlatformUtil.Platform |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
OVERRIDE_HOME_DIR |
| Constructor | Description |
|---|---|
PlatformUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static PlatformUtil.Desktop |
getCurrentDesktop() |
Gets the desktop that we are running on.
|
static PlatformUtil.Platform |
getCurrentPlattform() |
Gets the platform we are currently running on.
|
static PlatformUtil.Browser |
getDefaultBrowser() |
Gets the ID for the platform default browser.
|
static String |
getUserHomeDir() |
Gets the user home directory where normally all the settings are stored.
|
public static final String OVERRIDE_HOME_DIR
public static PlatformUtil.Platform getCurrentPlattform()
public static PlatformUtil.Browser getDefaultBrowser()
public static PlatformUtil.Desktop getCurrentDesktop()
public static String getUserHomeDir()
Copyright © 2018. All rights reserved.