org.codehaus.mojo.versions
Class PluginUpdatesDetails
java.lang.Object
org.codehaus.mojo.versions.PluginUpdatesDetails
public class PluginUpdatesDetails
- extends Object
Details of a plugin's updates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginUpdatesDetails
public PluginUpdatesDetails(ArtifactVersions artifactVersions,
Map dependencyVersions,
boolean includeSnapshots)
getArtifactVersions
public ArtifactVersions getArtifactVersions()
getDependencyVersions
public Map getDependencyVersions()
isArtifactUpdateAvailable
public boolean isArtifactUpdateAvailable()
isDependencyUpdateAvailable
public boolean isDependencyUpdateAvailable()
isUpdateAvailable
public boolean isUpdateAvailable()
Copyright © 2008-2011 Codehaus. All Rights Reserved.