Class GroovyDocTemplateInfo
java.lang.Object
org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
This class was taken mostly from the Groovy project
(GroovyDocTemplateInfo.java and GroovyDoc.java)
because it wasn't available prior to Groovy 1.7.
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final Version
Groovy 1.6.0 version.protected static final Version
Groovy 1.6.0 RC-2 version.protected static final Version
Groovy 1.6.2 version.protected static final Version
Groovy 2.5.0 version.protected final Version
The version of Groovy whose locations to use for GroovyDoc templates.protected final String
Base directory of templates. -
Constructor Summary
ConstructorDescriptionGroovyDocTemplateInfo
(Version version) Constructs a new GroovyDocTemplateInfo using the specified Groovy version to determine templates location. -
Method Summary
-
Field Details
-
GROOVY_2_5_0
Groovy 2.5.0 version. -
GROOVY_1_6_2
Groovy 1.6.2 version. -
GROOVY_1_6_0
Groovy 1.6.0 version. -
GROOVY_1_6_0_RC2
Groovy 1.6.0 RC-2 version. -
groovyVersion
The version of Groovy whose locations to use for GroovyDoc templates. -
templateBaseDir
Base directory of templates.
-
-
Constructor Details
-
GroovyDocTemplateInfo
Constructs a new GroovyDocTemplateInfo using the specified Groovy version to determine templates location.- Parameters:
version
- the version of Groovy whose locations to use for templates
-
-
Method Details
-
defaultDocTemplates
-
defaultPackageTemplates
-
defaultClassTemplates
-