| Package | Description |
|---|---|
| org.codehaus.gmavenplus.model |
Classes to model supporting data.
|
| org.codehaus.gmavenplus.mojo |
Maven mojos.
|
| 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 |
ExecuteMojo.MIN_GROOVY_VERSION
The minimum version of Groovy that this mojo supports.
|
protected static Version |
AbstractGroovydocMojo.MIN_GROOVY_VERSION
The minimum version of Groovy that this mojo supports.
|
protected static Version |
AbstractGenerateStubsMojo.MIN_GROOVY_VERSION
The minimum version of Groovy that this mojo supports.
|
protected static Version |
AbstractCompileMojo.MIN_GROOVY_VERSION
The minimum version of Groovy that this mojo supports.
|
| Modifier and Type | Method and Description |
|---|---|
protected Version |
AbstractGroovyMojo.getGroovyVersion()
Gets the version of Groovy used from the dependency information.
|
protected Version |
AbstractGroovyMojo.getJavaVersion()
Gets the version of Java executing this mojo as a Version object.
|
Copyright © 2011-2014. All Rights Reserved.