|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgriffon.util.PlatformUtils
class PlatformUtils
Field Summary | |
---|---|
private static String |
platform
|
Property Summary | |
---|---|
static def |
PLATFORMS
|
Constructor Summary | |
private PlatformUtils()
|
Method Summary | |
---|---|
static void
|
doForAllPlatforms(Closure callback)
|
static def
|
doForCurrentPlatform(Closure callback)
|
static String
|
getPlatform()
|
static def
|
isCompatible(def platforms)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private static String platform
Property Detail |
---|
static final def PLATFORMS
Constructor Detail |
---|
private PlatformUtils()
Method Detail |
---|
static void doForAllPlatforms(Closure callback)
static def doForCurrentPlatform(Closure callback)
static String getPlatform()
static def isCompatible(def platforms)
Groovy Documentation