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 VersionGroovyDocTemplateInfo. GROOVY_1_6_0Groovy 1.6.0 version.protected static VersionGroovyDocTemplateInfo. GROOVY_1_6_0_RC2Groovy 1.6.0 RC-2 version.protected static VersionGroovyDocTemplateInfo. GROOVY_1_6_2Groovy 1.6.2 version.protected VersionGroovyDocTemplateInfo. groovyVersionThe 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 VersionVersion. parseFromString(String version)Parses a new Version object from a string.VersionVersion. setMajor(int newMajor)Sets the version major number.VersionVersion. setMinor(int newMinor)Sets the version minor number.VersionVersion. setRevision(int newRevision)Sets the version revision number.VersionVersion. setTag(String newTag)Sets the version tag string.Methods in org.codehaus.gmavenplus.model with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version version)Compares two versions objects.intVersion. 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 VersionAbstractGroovyMojo. GROOVY_1_5_0Groovy 1.5.0 version.protected static VersionAbstractGroovydocMojo. GROOVY_1_5_2Groovy 1.5.2 version.protected static VersionAbstractGroovydocMojo. GROOVY_1_5_8Groovy 1.5.8 version.protected static VersionAbstractCompileMojo. GROOVY_1_6_0Groovy 1.6.0 version.protected static VersionAbstractGroovydocMojo. GROOVY_1_6_0_RC1Groovy 1.6.0 RC-1 version.protected static VersionAbstractGroovydocMojo. GROOVY_1_6_0_RC2Groovy 1.6.0 RC-2 version.protected static VersionGenerateStubsMojo. GROOVY_1_8_2Groovy 1.8.2 version.protected static VersionGenerateTestStubsMojo. GROOVY_1_8_2Groovv 1.8.2 version.protected static VersionAbstractGenerateStubsMojo. GROOVY_1_8_3Groovy 1.8.3 version.protected static VersionAbstractGenerateStubsMojo. GROOVY_1_9_0_BETA1Groovy 2.9.0 beta-1 version.protected static VersionAbstractGenerateStubsMojo. GROOVY_1_9_0_BETA3Groovy 1.9.0 beta-3 version.protected static VersionAbstractCompileMojo. GROOVY_2_1_0_BETA1Groovy 2.1.0 beta-1 version.protected static VersionAbstractCompileMojo. GROOVY_2_1_0_BETA3Groovy 2.1.0 beta-3 version.protected static VersionAbstractGroovyMojo. JAVA_1_7Java 1.7 version.protected VersionAbstractGroovyMojo. minGroovyVersionThe 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 VersionAbstractGroovyMojo. 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 VersionClassWrangler. getGroovyVersion()Gets the version of Groovy used from the classpath.
-