public class PlatformUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PlatformUtil.Browser |
static class |
PlatformUtil.Desktop |
static class |
PlatformUtil.Platform |
| Modifier and Type | Field and Description |
|---|---|
static String |
OVERRIDE_HOME_DIR |
| Constructor and Description |
|---|
PlatformUtil() |
| Modifier and Type | Method and 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 © 2020. All rights reserved.