|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgriffon.util.GriffonApplicationUtils
public final class GriffonApplicationUtils extends Object
Assorted utility methods and constants.
Field Summary | |
---|---|
private static boolean |
is64Bit
|
private static boolean |
isJdk14
|
private static boolean |
isJdk15
|
private static boolean |
isJdk16
|
private static boolean |
isJdk17
|
private static boolean |
isLinux
|
private static boolean |
isMacOSX
|
private static boolean |
isSolaris
|
private static boolean |
isUnix
True if running Linux, Solaris or MacOSX |
private static boolean |
isWindows
|
private static boolean |
isWindows2000
|
private static boolean |
isWindows2003
|
private static boolean |
isWindows7
|
private static boolean |
isWindows95
|
private static boolean |
isWindows98
|
private static boolean |
isWindowsNT
|
private static boolean |
isWindowsVista
|
private static boolean |
isWindowsXP
|
private static String |
javaVersion
|
private static String |
osArch
|
private static String |
osName
|
private static String |
osVersion
|
static String |
platform
|
Constructor Summary | |
private GriffonApplicationUtils()
|
Method Summary | |
---|---|
static boolean
|
getIs64Bit()
|
static boolean
|
getIsJdk14()
|
static boolean
|
getIsJdk15()
|
static boolean
|
getIsJdk16()
|
static boolean
|
getIsJdk17()
|
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
|
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
|
isLinux()
|
static boolean
|
isMacOSX()
|
static boolean
|
isSolaris()
|
static boolean
|
isUnix()
|
static boolean
|
isWindows()
|
static boolean
|
isWindows2000()
|
static boolean
|
isWindows2003()
|
static boolean
|
isWindows7()
|
static boolean
|
isWindows95()
|
static boolean
|
isWindows98()
|
static boolean
|
isWindowsNT()
|
static boolean
|
isWindowsVista()
|
static boolean
|
isWindowsXP()
|
static MetaClass
|
metaClassOf(Object obj)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private static final boolean is64Bit
private static final boolean isJdk14
private static final boolean isJdk15
private static final boolean isJdk16
private static final boolean isJdk17
private static final boolean isLinux
private static final boolean isMacOSX
private static final boolean isSolaris
private static final boolean isUnix
private static final boolean isWindows
private static final boolean isWindows2000
private static final boolean isWindows2003
private static final boolean isWindows7
private static final boolean isWindows95
private static final boolean isWindows98
private static final boolean isWindowsNT
private static final boolean isWindowsVista
private static final boolean isWindowsXP
private static final String javaVersion
private static final String osArch
private static final String osName
private static final String osVersion
public static final String platform
Constructor Detail |
---|
private GriffonApplicationUtils()
Method Detail |
---|
public static boolean getIs64Bit()
public static boolean getIsJdk14()
public static boolean getIsJdk15()
public static boolean getIsJdk16()
public static boolean getIsJdk17()
public static boolean getIsLinux()
public static boolean getIsMacOSX()
public static boolean getIsSolaris()
public static boolean getIsUnix()
public static boolean getIsWindows()
public static boolean getIsWindows2000()
public static boolean getIsWindows2003()
public static boolean getIsWindows7()
public static boolean getIsWindows95()
public static boolean getIsWindows98()
public static boolean getIsWindowsNT()
public static boolean getIsWindowsVista()
public static boolean getIsWindowsXP()
public static String getJavaVersion()
public static String getOsArch()
public static String getOsName()
public static String getOsVersion()
public static String getPlatform()
public static boolean is64Bit()
public static boolean isJdk14()
public static boolean isJdk15()
public static boolean isJdk16()
public static boolean isJdk17()
public static boolean isLinux()
public static boolean isMacOSX()
public static boolean isSolaris()
public static boolean isUnix()
public static boolean isWindows()
public static boolean isWindows2000()
public static boolean isWindows2003()
public static boolean isWindows7()
public static boolean isWindows95()
public static boolean isWindows98()
public static boolean isWindowsNT()
public static boolean isWindowsVista()
public static boolean isWindowsXP()
public static MetaClass metaClassOf(Object obj)
Groovy Documentation