public final class GriffonApplicationUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
basePlatform |
static String |
platform |
Modifier and Type | Method and Description |
---|---|
static String |
getBasePlatform() |
static boolean |
getIs64Bit() |
static boolean |
getIsJdk14() |
static boolean |
getIsJdk15() |
static boolean |
getIsJdk16() |
static boolean |
getIsJdk17() |
static boolean |
getIsJdk18() |
static boolean |
getIsLinux() |
static boolean |
getIsMacOSX() |
static boolean |
getIsSolaris() |
static boolean |
getIsUnix() |
static boolean |
getIsWindows() |
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 String |
getJavaVersion() |
static String |
getOsArch() |
static String |
getOsName() |
static String |
getOsVersion() |
static String |
getPlatform() |
static boolean |
is64Bit() |
static boolean |
isJdk14() |
static boolean |
isJdk15() |
static boolean |
isJdk16() |
static boolean |
isJdk17() |
static boolean |
isJdk18() |
static boolean |
isLinux() |
static boolean |
isMacOSX() |
static boolean |
isSolaris() |
static boolean |
isUnix() |
static boolean |
isWindows() |
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 Locale |
parseLocale(String locale) |
public static final String platform
public static final 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 isUnix()
public static boolean isLinux()
public static boolean isSolaris()
public static boolean isMacOSX()
public static String getOsArch()
public static String getOsName()
public static String getOsVersion()
public static String getJavaVersion()
public static boolean is64Bit()
public static boolean isJdk14()
public static boolean isJdk15()
public static boolean isJdk16()
public static boolean isJdk17()
public static boolean isJdk18()
public static String getPlatform()
public static 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 getIsUnix()
public static boolean getIsLinux()
public static boolean getIsSolaris()
public static boolean getIsMacOSX()
public static boolean getIs64Bit()
public static boolean getIsJdk14()
public static boolean getIsJdk15()
public static boolean getIsJdk16()
public static boolean getIsJdk17()
public static boolean getIsJdk18()