@Deprecated
public class WindowsUtils
extends java.lang.Object
Constructor and Description |
---|
WindowsUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getEnvVarIgnoreCase(java.lang.String var)
Deprecated.
|
static com.google.common.collect.ImmutableList<java.lang.String> |
getPathsInProgramFiles(java.lang.String childPath)
Deprecated.
|
static java.lang.String |
getProgramFiles86Path()
Deprecated.
|
static java.lang.String |
getProgramFilesPath()
Deprecated.
|
static java.util.Properties |
loadEnvironment()
Deprecated.
|
static boolean |
thisIsWindows()
Deprecated.
Use
Platform.getCurrent().is(WINDOWS) instead |
@Deprecated public static java.util.Properties loadEnvironment()
@Deprecated public static java.lang.String getProgramFilesPath()
@Deprecated public static java.lang.String getProgramFiles86Path()
@Deprecated public static com.google.common.collect.ImmutableList<java.lang.String> getPathsInProgramFiles(java.lang.String childPath)
@Deprecated public static java.lang.String getEnvVarIgnoreCase(java.lang.String var)
@Deprecated public static boolean thisIsWindows()
Platform.getCurrent().is(WINDOWS)
instead