Groovy Documentation

domain
Class Wiki

java.lang.Object
  domain.Wiki

class Wiki

A persistent model of Wiki areas (implemented as SVN sandboxes).

author:
Hamish Cunningham


Property Summary
String areaLayoutName

AreaLayoutName

AuthenticationData authenticationData

Authentication data for subversion.

static def constraints

Validation

String description

Description to using in listing.

Boolean directoryListingAllowed

Is directory listing allowed for this path?

String excludeDir

A regular expression for directories restricted to have non-yam HTML files.

String includeDir

A regular expression for directories allowed to have non-yam HTML files.

static def mapping

String path

Wikis have a path, which must be a valid SVN directory, and be absolute.

String regenerateTime

Regeneration time, in the form hh:mm.

Integer updateInterval

Update interval, in minutes.

 
Constructor Summary
Wiki()

 
Method Summary
String toString()

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

Property Detail

areaLayoutName

String areaLayoutName
AreaLayoutName


authenticationData

AuthenticationData authenticationData
Authentication data for subversion.


constraints

static def constraints
Validation


description

String description
Description to using in listing.


directoryListingAllowed

Boolean directoryListingAllowed
Is directory listing allowed for this path?


excludeDir

String excludeDir
A regular expression for directories restricted to have non-yam HTML files. An actual directory must match this pattern in its entirety to be excluded.


includeDir

String includeDir
A regular expression for directories allowed to have non-yam HTML files. An actual directory must match this pattern in its entirety to be included.


mapping

static def mapping


path

String path
Wikis have a path, which must be a valid SVN directory, and be absolute.


regenerateTime

String regenerateTime
Regeneration time, in the form hh:mm. The wiki dependencies will be regenerated at this time, each day. A blank or null time means no scheduled regeneration.


updateInterval

Integer updateInterval
Update interval, in minutes. SVN update will be called on the wiki every updateInterval minutes. null means never updated.


 
Constructor Detail

Wiki

Wiki()


 
Method Detail

toString

String toString()


 

Groovy Documentation