public final class GriffonApplicationUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
basePlatform |
static java.lang.String |
platform |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getBasePlatform() |
static boolean |
getIs64Bit() |
static boolean |
getIsJdk14()
Deprecated.
|
static boolean |
getIsJdk15()
Deprecated.
|
static boolean |
getIsJdk16()
Deprecated.
|
static boolean |
getIsJdk17()
Deprecated.
|
static boolean |
getIsJdk18()
Deprecated.
|
static boolean |
getIsJdk4() |
static boolean |
getIsJdk5() |
static boolean |
getIsJdk6() |
static boolean |
getIsJdk7() |
static boolean |
getIsJdk8() |
static boolean |
getIsJdk9() |
static boolean |
getIsLinux() |
static boolean |
getIsMacOSX() |
static boolean |
getIsSolaris() |
static boolean |
getIsUnix() |
static boolean |
getIsWindows() |
static boolean |
getIsWindows10() |
static boolean |
getIsWindows2000() |
static boolean |
getIsWindows2003() |
static boolean |
getIsWindows7() |
static boolean |
getIsWindows8() |
static boolean |
getIsWindows95() |
static boolean |
getIsWindows98() |
static boolean |
getIsWindowsNT() |
static boolean |
getIsWindowsVista() |
static boolean |
getIsWindowsXP() |
static java.lang.String |
getJavaVersion() |
static java.lang.String |
getOsArch() |
static java.lang.String |
getOsName() |
static java.lang.String |
getOsVersion() |
static java.lang.String |
getPlatform() |
static boolean |
is64Bit() |
static boolean |
isJdk14()
Deprecated.
|
static boolean |
isJdk15()
Deprecated.
|
static boolean |
isJdk16()
Deprecated.
|
static boolean |
isJdk17()
Deprecated.
|
static boolean |
isJdk18()
Deprecated.
|
static boolean |
isJdk4() |
static boolean |
isJdk5() |
static boolean |
isJdk6() |
static boolean |
isJdk7() |
static boolean |
isJdk8() |
static boolean |
isJdk9() |
static boolean |
isLinux() |
static boolean |
isMacOSX() |
static boolean |
isSolaris() |
static boolean |
isUnix() |
static boolean |
isWindows() |
static boolean |
isWindows10() |
static boolean |
isWindows2000() |
static boolean |
isWindows2003() |
static boolean |
isWindows7() |
static boolean |
isWindows8() |
static boolean |
isWindows95() |
static boolean |
isWindows98() |
static boolean |
isWindowsNT() |
static boolean |
isWindowsVista() |
static boolean |
isWindowsXP() |
static java.util.Locale |
parseLocale(java.lang.String locale) |
public static final java.lang.String platform
public static final java.lang.String basePlatform
public static boolean isWindows()
public static boolean isWindows95()
public static boolean isWindows98()
public static boolean isWindowsNT()
public static boolean isWindows2000()
public static boolean isWindows2003()
public static boolean isWindowsXP()
public static boolean isWindowsVista()
public static boolean isWindows7()
public static boolean isWindows8()
public static boolean isWindows10()
public static boolean isUnix()
public static boolean isLinux()
public static boolean isSolaris()
public static boolean isMacOSX()
public static java.lang.String getOsArch()
public static java.lang.String getOsName()
public static java.lang.String getOsVersion()
public static java.lang.String getJavaVersion()
public static boolean is64Bit()
@Deprecated public static boolean isJdk14()
@Deprecated public static boolean isJdk15()
@Deprecated public static boolean isJdk16()
@Deprecated public static boolean isJdk17()
@Deprecated public static boolean isJdk18()
public static boolean isJdk4()
public static boolean isJdk5()
public static boolean isJdk6()
public static boolean isJdk7()
public static boolean isJdk8()
public static boolean isJdk9()
public static java.lang.String getPlatform()
public static java.lang.String getBasePlatform()
public static boolean getIsWindows()
public static boolean getIsWindows95()
public static boolean getIsWindows98()
public static boolean getIsWindowsNT()
public static boolean getIsWindows2000()
public static boolean getIsWindows2003()
public static boolean getIsWindowsXP()
public static boolean getIsWindowsVista()
public static boolean getIsWindows7()
public static boolean getIsWindows8()
public static boolean getIsWindows10()
public static boolean getIsUnix()
public static boolean getIsLinux()
public static boolean getIsSolaris()
public static boolean getIsMacOSX()
public static boolean getIs64Bit()
@Deprecated public static boolean getIsJdk14()
@Deprecated public static boolean getIsJdk15()
@Deprecated public static boolean getIsJdk16()
@Deprecated public static boolean getIsJdk17()
@Deprecated public static boolean getIsJdk18()
public static boolean getIsJdk4()
public static boolean getIsJdk5()
public static boolean getIsJdk6()
public static boolean getIsJdk7()
public static boolean getIsJdk8()
public static boolean getIsJdk9()
@Nonnull public static java.util.Locale parseLocale(@Nullable java.lang.String locale)