public static enum MavenUtil.MavenVersion extends Enum<MavenUtil.MavenVersion>
| Enum Constant and Description |
|---|
MAVEN_2 |
MAVEN_3_0_X |
MAVEN_3_1 |
MAVEN_3_2 |
MAVEN_3_3 |
MAVEN_3_5 |
| Modifier and Type | Method and Description |
|---|---|
static MavenUtil.MavenVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenUtil.MavenVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MavenUtil.MavenVersion MAVEN_2
public static final MavenUtil.MavenVersion MAVEN_3_0_X
public static final MavenUtil.MavenVersion MAVEN_3_1
public static final MavenUtil.MavenVersion MAVEN_3_2
public static final MavenUtil.MavenVersion MAVEN_3_3
public static final MavenUtil.MavenVersion MAVEN_3_5
public static MavenUtil.MavenVersion[] values()
for (MavenUtil.MavenVersion c : MavenUtil.MavenVersion.values()) System.out.println(c);
public static MavenUtil.MavenVersion valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016–2017. All rights reserved.