Uses of Class
org.codehaus.gmavenplus.model.Version
-
Packages that use Version 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. -
-
Uses of Version in org.codehaus.gmavenplus.groovyworkarounds
Fields in org.codehaus.gmavenplus.groovyworkarounds declared as Version Modifier and Type Field 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.Constructors in org.codehaus.gmavenplus.groovyworkarounds with parameters of type Version Constructor Description GroovyDocTemplateInfo(Version version)
Constructs a new GroovyDocTemplateInfo using the specified Groovy version to determine templates location. -
Uses of Version in org.codehaus.gmavenplus.model
Methods in org.codehaus.gmavenplus.model that return Version Modifier and Type Method 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.Methods in org.codehaus.gmavenplus.model with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version version)
Compares two versions objects.int
Version. compareTo(Version version, boolean noTagsAreNewer)
Compares two versions objects. -
Uses of Version in org.codehaus.gmavenplus.mojo
Fields in org.codehaus.gmavenplus.mojo declared as Version Modifier and Type Field 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).Methods in org.codehaus.gmavenplus.mojo that return Version Modifier and Type Method Description protected Version
AbstractGroovyMojo. getJavaVersion()
Gets the version of Java executing this mojo as a Version object. -
Uses of Version in org.codehaus.gmavenplus.util
Methods in org.codehaus.gmavenplus.util that return Version Modifier and Type Method Description Version
ClassWrangler. getGroovyVersion()
Gets the version of Groovy used from the classpath.
-