Package com.soebes.itf.jupiter.extension
Enum MavenVersion
- All Implemented Interfaces:
Serializable
,Comparable<MavenVersion>
- Author:
- Karl Heinz Marbaise
-
Enum Constant Summary
Enum ConstantDescriptionRepresent any Maven version.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Apache Maven Version 3.6.X Do not use them anymore, because Maven 3.0.X is very old!Apache Maven Version 3.8.XApache Maven Version 3.9.XApache Maven Version 4.0.XDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
static MavenVersion
Returns the enum constant of this type with the specified name.static MavenVersion[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
Deprecated.Please useANY
instead. Will be removed with Release 0.14.0 -
ANY
Represent any Maven version. -
M3_0
Deprecated.Apache Maven Version 3.0.X Do not use them anymore, because Maven 3.0.X is very old! -
M3_0_5
Deprecated. -
M3_1
Deprecated.Apache Maven Version 3.1.X Do not use them anymore, because Maven 3.0.X is very old! -
M3_1_0
Deprecated. -
M3_1_1
Deprecated. -
M3_2
Deprecated.Apache Maven Version 3.2.X Do not use them anymore, because Maven 3.0.X is very old! -
M3_2_1
Deprecated. -
M3_2_2
Deprecated. -
M3_2_3
Deprecated. -
M3_2_5
Deprecated. -
M3_3
Deprecated.Apache Maven Version 3.3.X Do not use them anymore, because Maven 3.0.X is very old! -
M3_3_1
Deprecated. -
M3_3_3
Deprecated. -
M3_3_9
Deprecated. -
M3_5
Deprecated.Apache Maven Version 3.5.X Do not use them anymore, because Maven 3.0.X is very old! -
M3_5_0
Deprecated. -
M3_5_2
Deprecated. -
M3_5_3
Deprecated. -
M3_5_4
Deprecated. -
M3_6
Apache Maven Version 3.6.X Do not use them anymore, because Maven 3.0.X is very old! -
M3_6_0
-
M3_6_1
-
M3_6_2
-
M3_6_3
-
M3_8
Apache Maven Version 3.8.X -
M3_8_1
-
M3_8_2
-
M3_8_3
-
M3_8_4
-
M3_8_5
-
M3_8_6
-
M3_8_7
-
M3_8_8
-
M3_9
Apache Maven Version 3.9.X -
M3_9_0
-
M3_9_1
-
M3_9_2
-
M3_9_3
-
M3_9_4
-
M3_9_5
-
M3_9_6
-
M4_0
Apache Maven Version 4.0.X -
M4_0_0
-
M4_0_1
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
isCurrentVersion
public boolean isCurrentVersion()- Returns:
true
if thisMavenVersion
is known to be the Maven version for the currently being executed Maven version.
-
getVersion
-
ANY
instead.