public class GroovyDocTemplateInfo extends Object
Modifier and Type | Field | Description |
---|---|---|
protected static 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 String |
templateBaseDir |
Base directory of templates.
|
Constructor | Description |
---|---|
GroovyDocTemplateInfo(Version version) |
Constructs a new GroovyDocTemplateInfo using the specified Groovy version
to determine templates location.
|
Modifier and Type | Method | Description |
---|---|---|
String[] |
defaultClassTemplates() |
|
String[] |
defaultDocTemplates() |
|
String[] |
defaultPackageTemplates() |
protected static final 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 String templateBaseDir
public GroovyDocTemplateInfo(Version version)
version
- the version of Groovy whose locations to use for templatesCopyright © 2011–2019. All rights reserved.