public class MavenBuildInformation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
modelParents
Map of model IDs to IDs of the model parents (if defined).
|
| Constructor and Description |
|---|
MavenBuildInformation(String mavenVersion) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMavenVersion() |
boolean |
isAtLeastMavenVersion(String version)
Returns if this maven version is at least 'version'.
|
boolean |
isMaven3OrLater() |
String |
toString() |
public MavenBuildInformation(String mavenVersion)
public String getMavenVersion()
public boolean isMaven3OrLater()
public boolean isAtLeastMavenVersion(String version)
version - the version to compare againstCopyright © 2016–2017. All rights reserved.