Griffon 1.2.0

griffon.util
[Groovy] Class PlatformUtils

java.lang.Object
  griffon.util.PlatformUtils

class PlatformUtils

Authors:
Andres Almiray


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

platform

private static String platform


 
Property Detail

PLATFORMS

static final def PLATFORMS


 
Constructor Detail

PlatformUtils

private PlatformUtils()


 
Method Detail

doForAllPlatforms

static void doForAllPlatforms(Closure callback)


doForCurrentPlatform

static def doForCurrentPlatform(Closure callback)


getPlatform

static String getPlatform()


isCompatible

static def isCompatible(def platforms)


 

Groovy Documentation