Package | Description |
---|---|
org.codehaus.gmavenplus.groovyworkarounds |
Classes to work around issues with Groovy (some of which were fixed in later
Groovy versions).
|
org.codehaus.gmavenplus.model |
Classes to model supporting data.
|
org.codehaus.gmavenplus.mojo |
Maven mojos.
|
org.codehaus.gmavenplus.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected static Version |
GroovyDocTemplateInfo.GROOVY_1_6_0
Groovy 1.6.0 version.
|
protected static Version |
GroovyDocTemplateInfo.GROOVY_1_6_0_RC2
Groovy 1.6.0 RC-2 version.
|
protected static Version |
GroovyDocTemplateInfo.GROOVY_1_6_2
Groovy 1.6.2 version.
|
protected Version |
GroovyDocTemplateInfo.groovyVersion
The version of Groovy whose locations to use for Groovydoc 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 |
---|---|
static Version |
Version.parseFromString(String version)
Parses a new Version object from a string.
|
Version |
Version.setMajor(int newMajor)
Sets the version major number.
|
Version |
Version.setMinor(int newMinor)
Sets the version minor number.
|
Version |
Version.setRevision(int newRevision)
Sets the version revision number.
|
Version |
Version.setTag(String newTag)
Sets the version tag string.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version version)
Compares two versions objects.
|
int |
Version.compareTo(Version version,
boolean noTagsAreNewer)
Compares two versions objects.
|
Modifier and Type | Field and Description |
---|---|
protected static Version |
AbstractGroovyMojo.GROOVY_1_5_0
Groovy 1.5.0 version.
|
protected static Version |
AbstractGroovydocMojo.GROOVY_1_5_2
Groovy 1.5.2 version.
|
protected static Version |
AbstractGroovydocMojo.GROOVY_1_5_8
Groovy 1.5.8 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_1_6_0
Groovy 1.6.0 version.
|
protected static Version |
AbstractGroovydocMojo.GROOVY_1_6_0_RC1
Groovy 1.6.0 RC-1 version.
|
protected static Version |
AbstractGroovydocMojo.GROOVY_1_6_0_RC2
Groovy 1.6.0 RC-2 version.
|
protected static Version |
GenerateStubsMojo.GROOVY_1_8_2
Groovy 1.8.2 version.
|
protected static Version |
GenerateTestStubsMojo.GROOVY_1_8_2
Groovv 1.8.2 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_1_8_3
Groovy 1.8.3 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_1_9_0_BETA1
Groovy 2.9.0 beta-1 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_1_9_0_BETA3
Groovy 1.9.0 beta-3 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_2_1_0_BETA1
Groovy 2.1.0 beta-1 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_2_1_0_BETA3
Groovy 2.1.0 beta-3 version.
|
protected static Version |
AbstractGroovyMojo.JAVA_1_7
Java 1.7 version.
|
protected Version |
AbstractGroovyMojo.minGroovyVersion
The minimum version of Groovy that this mojo supports (1.5.0 by
default, but other mojos can override).
|
Modifier and Type | Method and Description |
---|---|
protected Version |
AbstractGroovyMojo.getJavaVersion()
Gets the version of Java executing this mojo as a Version object.
|
Modifier and Type | Method and Description |
---|---|
Version |
ClassWrangler.getGroovyVersion()
Gets the version of Groovy used from the classpath.
|
Copyright © 2011–2021. All rights reserved.