org.codehaus.mojo.versions
Class DisplayDependencyUpdatesReport.MultiVersionSummary
java.lang.Object
org.codehaus.mojo.versions.DisplayDependencyUpdatesReport.MultiVersionSummary
- Enclosing class:
- DisplayDependencyUpdatesReport
protected static class DisplayDependencyUpdatesReport.MultiVersionSummary
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisplayDependencyUpdatesReport.MultiVersionSummary
public DisplayDependencyUpdatesReport.MultiVersionSummary(Artifact artifact,
ArtifactVersion currentVersion,
ArtifactVersion latestMajor,
ArtifactVersion latestMinor,
ArtifactVersion latestIncremental)
getArtifact
public Artifact getArtifact()
- Returns:
- the artifact
getCurrentVersion
public ArtifactVersion getCurrentVersion()
- Returns:
- the currentVersion
getLatestMajor
public ArtifactVersion getLatestMajor()
- Returns:
- the latestMajor
getLatestMinor
public ArtifactVersion getLatestMinor()
- Returns:
- the latestMinor
getLatestIncremental
public ArtifactVersion getLatestIncremental()
- Returns:
- the latestIncremental
Copyright © 2008-2009 Codehaus. All Rights Reserved.