| 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.internal |
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 static Version |
GroovyDocTemplateInfo.GROOVY_2_5_0
Groovy 2.5.0 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 |
ExecuteMojo.GROOVY_1_7_0
Groovy 1.7.0 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_1_8_2
Groovy 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_0_0_BETA3
Groovy 2.0.0 beta-3 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_2_1_0_BETA1
Groovy 2.1.0 beta-1 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_2_1_3
Groovy 2.1.3 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_2_1_3
Groovy 2.1.3 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_2_3_3
Groovy 2.3.3 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_2_3_3
Groovy 2.3.3 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_2_5_0_ALPHA1
Groovy 2.5.0 alpha-1 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_2_5_3
Groovy 2.5.3 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_2_5_3
Groovy 2.5.3 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_2_5_7
Groovy 2.5.7 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_2_5_7
Groovy 2.5.7 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_2_6_0_ALPHA1
Groovy 2.6.0 alpha-1 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_2_6_0_ALPHA1
Groovy 2.6.0 alpha-1 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_2_6_0_ALPHA4
Groovy 2.6.0 alpha-4 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_2_6_0_ALPHA4
Groovy 2.6.0 alpha-4 version.
|
protected static Version |
AbstractGroovyDocMojo.GROOVY_3_0_0_ALPHA_4
Groovy 3.0.0 alpha-4 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_3_0_0_ALPHA1
Groovy 3.0.0 alpha-1 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_3_0_0_ALPHA1
Groovy 3.0.0 alpha-1 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_3_0_0_ALPHA2
Groovy 3.0.0 alpha-2 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_3_0_0_ALPHA2
Groovy 3.0.0 alpha-2 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_3_0_0_ALPHA4
Groovy 3.0.0 alpha-4 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_3_0_0_ALPHA4
Groovy 3.0.0 alpha-4 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_3_0_0_BETA1
Groovy 3.0.0 beta-1 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_3_0_0_BETA1
Groovy 3.0.0 beta-1 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_3_0_0_BETA2
Groovy 3.0.0 beta-2 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_3_0_0_BETA2
Groovy 3.0.0 beta-2 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_3_0_3
Groovy 3.0.3 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_3_0_3
Groovy 3.0.3 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_3_0_5
Groovy 3.0.5 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_3_0_6
Groovy 3.0.6 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_3_0_6
Groovy 3.0.6 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_3_0_8
Groovy 3.0.8 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_3_0_8
Groovy 3.0.8 version.
|
protected static Version |
ShellMojo.GROOVY_4_0_0_ALPHA1
Groovy 4.0.0 alpha-1 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_4_0_0_ALPHA1
Groovy 4.0.0 alpha-1 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_4_0_0_ALPHA1
Groovy 4.0.0 alpha-1 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_4_0_0_ALPHA3
Groovy 4.0.0 alpha-3 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_4_0_0_ALPHA3
Groovy 4.0.0 alpha-3 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_4_0_0_BETA1
Groovy 4.0.0 beta-1 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_4_0_0_BETA1
Groovy 4.0.0 beta-1 version.
|
protected static Version |
ExecuteMojo.GROOVY_4_0_0_RC_1
Groovy 4.0.0-RC-1 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_4_0_11
Groovy 4.0.11 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_4_0_11
Groovy 4.0.11 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_4_0_16
Groovy 4.0.11 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_4_0_16
Groovy 4.0.11 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_4_0_2
Groovy 4.0.2 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_4_0_2
Groovy 4.0.2 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_4_0_21
Groovy 4.0.21 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_4_0_21
Groovy 4.0.21 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_4_0_24
Groovy 4.0.24 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_4_0_24
Groovy 4.0.24 version.
|
protected static Version |
AbstractGroovyDocMojo.GROOVY_4_0_27
Groovy 4.0.27 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_4_0_27
Groovy 4.0.27 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_4_0_27
Groovy 4.0.27 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_4_0_6
Groovy 4.0.6 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_4_0_6
Groovy 4.0.6 version.
|
protected static Version |
AbstractGroovyDocMojo.GROOVY_5_0_0_ALPHA_1
Groovy 5.0.0-alpha-1 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_5_0_0_ALPHA1
Groovy 5.0.0-alpha-1 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_5_0_0_ALPHA1
Groovy 5.0.0-alpha-1 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_5_0_0_ALPHA11
Groovy 5.0.0-alpha-11 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_5_0_0_ALPHA11
Groovy 5.0.0-alpha-11 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_5_0_0_ALPHA13
Groovy 5.0.0-alpha-13 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_5_0_0_ALPHA13
Groovy 5.0.0-alpha-13 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_5_0_0_ALPHA3
Groovy 5.0.0-alpha-3 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_5_0_0_ALPHA3
Groovy 5.0.0-alpha-3 version.
|
protected static Version |
AbstractGenerateStubsMojo.GROOVY_5_0_0_ALPHA8
Groovy 5.0.0-alpha-8 version.
|
protected static Version |
AbstractCompileMojo.GROOVY_5_0_0_ALPHA8
Groovy 5.0.0-alpha-8 version.
|
protected static Version |
AbstractGroovyDocMojo.GROOVY_5_0_0_BETA_1
Groovy 5.0.0-beta-1 version.
|
protected static Version |
AbstractGroovyMojo.JAVA_1_7
Java 1.7 version.
|
protected static Version |
AbstractGroovyMojo.JAVA_1_8
Java 1.8 version.
|
protected static Version |
AbstractGroovyMojo.JAVA_12
Java 1.8 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 |
|---|---|
protected boolean |
AbstractGroovyMojo.groovyAtLeast(Version version)
Determines whether the detected Groovy version is the specified version or newer.
|
protected boolean |
AbstractGroovyMojo.groovyIs(Version version)
Determines whether the detected Groovy version is the specified version.
|
protected boolean |
AbstractGroovyMojo.groovyNewerThan(Version version)
Determines whether the detected Groovy version is newer than the specified version.
|
protected boolean |
AbstractGroovyMojo.groovyOlderThan(Version version)
Determines whether the detected Groovy version is older than the specified version.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
ClassWrangler.getGroovyVersion()
Gets the version of Groovy used from the classpath.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ClassWrangler.groovyAtLeast(Version detectedVersion,
Version compareToVersion)
Determines whether the detected Groovy version is the specified version or newer.
|
static boolean |
ClassWrangler.groovyIs(Version detectedVersion,
Version compareToVersion)
Determines whether the detected Groovy version is the specified version.
|
static boolean |
ClassWrangler.groovyNewerThan(Version detectedVersion,
Version compareToVersion)
Determines whether the detected Groovy version is newer than the specified version.
|
static boolean |
ClassWrangler.groovyOlderThan(Version detectedVersion,
Version compareToVersion)
Determines whether the detected Groovy version is older than the specified version.
|
Copyright © 2011–2025. All rights reserved.