Uses of Class
org.codehaus.mojo.versions.api.ArtifactVersions

Packages that use ArtifactVersions
org.codehaus.mojo.versions   
org.codehaus.mojo.versions.api   
 

Uses of ArtifactVersions in org.codehaus.mojo.versions
 

Methods in org.codehaus.mojo.versions that return ArtifactVersions
 ArtifactVersions PluginUpdatesDetails.getArtifactVersions()
           
 

Methods in org.codehaus.mojo.versions with parameters of type ArtifactVersions
protected  void AbstractVersionsReportRenderer.renderDependencyDetailTable(org.apache.maven.model.Dependency dependency, ArtifactVersions details)
           
protected  void AbstractVersionsReportRenderer.renderDependencyDetailTable(org.apache.maven.model.Dependency dependency, ArtifactVersions details, boolean includeScope, boolean includeClassifier, boolean includeType)
           
protected  void AbstractVersionsReportRenderer.renderDependencySummaryTableRow(org.apache.maven.model.Dependency dependency, ArtifactVersions details)
           
protected  void AbstractVersionsReportRenderer.renderDependencySummaryTableRow(org.apache.maven.model.Dependency dependency, ArtifactVersions details, boolean includeScope, boolean includeClassifier, boolean includeType)
           
 

Constructors in org.codehaus.mojo.versions with parameters of type ArtifactVersions
PluginUpdatesDetails(ArtifactVersions artifactVersions, Map dependencyVersions, boolean includeSnapshots)
           
 

Uses of ArtifactVersions in org.codehaus.mojo.versions.api
 

Methods in org.codehaus.mojo.versions.api that return ArtifactVersions
 ArtifactVersions VersionsHelper.lookupArtifactUpdates(org.apache.maven.artifact.Artifact artifact, Boolean allowSnapshots, boolean usePluginRepositories)
          Looks up the updates of an artifact.
 ArtifactVersions DefaultVersionsHelper.lookupArtifactUpdates(org.apache.maven.artifact.Artifact artifact, Boolean allowSnapshots, boolean usePluginRepositories)
          Looks up the updates of an artifact.
 ArtifactVersions VersionsHelper.lookupArtifactVersions(org.apache.maven.artifact.Artifact artifact, boolean usePluginRepositories)
          Looks up the versions of the specified artifact that are available in either the local repository, or the appropriate remote repositories.
 ArtifactVersions DefaultVersionsHelper.lookupArtifactVersions(org.apache.maven.artifact.Artifact artifact, boolean usePluginRepositories)
          Looks up the versions of the specified artifact that are available in either the local repository, or the appropriate remote repositories.
 ArtifactVersions VersionsHelper.lookupDependencyUpdates(org.apache.maven.model.Dependency dependency, boolean usePluginRepositories)
          Creates an ArtifactVersions instance from a dependency.
 ArtifactVersions DefaultVersionsHelper.lookupDependencyUpdates(org.apache.maven.model.Dependency dependency, boolean usePluginRepositories)
          Creates an ArtifactVersions instance from a dependency.
 



Copyright © 2008-2011 Codehaus. All Rights Reserved.