|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectutils.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):
| 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 |
|---|
static Logger log
| Constructor Detail |
|---|
DataArea()
| Method Detail |
|---|
public static def initDataArea(def application)
Groovy Documentation