Groovy Documentation

utils.gate.cow
Class DataArea

java.lang.Object
  utils.gate.cow.DataArea

class DataArea

The Cow data area. This is a directory tree with the following contents (the path to each of which is accessible via a system property with the names given here, all of which may be overridden at startup):

author:
Hamish Cunningham


Property Summary
static Logger log

Logger

 
Constructor Summary
DataArea()

 
Method Summary
static def initDataArea(def application)

Initialise the area if it doesn't exist, setting properties for the various locations if they're not already set.

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

log

static Logger log
Logger


 
Constructor Detail

DataArea

DataArea()


 
Method Detail

initDataArea

public static def initDataArea(def application)
Initialise the area if it doesn't exist, setting properties for the various locations if they're not already set.


 

Groovy Documentation