org.codehaus.mojo.versions
Class PluginUpdatesDetails

java.lang.Object
  extended by org.codehaus.mojo.versions.PluginUpdatesDetails

public class PluginUpdatesDetails
extends Object

Details of a plugin's updates.


Constructor Summary
PluginUpdatesDetails(ArtifactVersions artifactVersions, Map dependencyVersions, boolean includeSnapshots)
           
 
Method Summary
 ArtifactVersions getArtifactVersions()
           
 Map getDependencyVersions()
           
 boolean isArtifactUpdateAvailable()
           
 boolean isDependencyUpdateAvailable()
           
 boolean isUpdateAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginUpdatesDetails

public PluginUpdatesDetails(ArtifactVersions artifactVersions,
                            Map dependencyVersions,
                            boolean includeSnapshots)
Method Detail

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.