public class GroovyDocTemplateInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DOCGEN_BASEDIR
Base directory of document generation classes.
|
protected static Version |
GROOVY_1_6_0
Groovy 1.6.0 version.
|
protected static Version |
GROOVY_1_6_0_RC2
Groovy 1.6.0 RC-2 version.
|
protected static Version |
GROOVY_1_6_2
Groovy 1.6.2 version.
|
protected Version |
groovyVersion
The version of Groovy whose locations to use for Groovydoc templates.
|
protected java.lang.String |
templateBaseDir
Base directory of templates.
|
| Constructor and Description |
|---|
GroovyDocTemplateInfo(Version version)
Constructs a new GroovyDocTemplateInfo using the specified Groovy version
to determine templates location.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
defaultClassTemplates() |
java.lang.String[] |
defaultDocTemplates() |
java.lang.String[] |
defaultPackageTemplates() |
protected static final java.lang.String DOCGEN_BASEDIR
protected static final Version GROOVY_1_6_2
protected static final Version GROOVY_1_6_0
protected static final Version GROOVY_1_6_0_RC2
protected Version groovyVersion
protected java.lang.String templateBaseDir
public GroovyDocTemplateInfo(Version version)
version - the version of Groovy whose locations to use for templates