Uses of Interface
org.apache.maven.artifact.versioning.ArtifactVersion

Packages that use ArtifactVersion
org.apache.maven.artifact   
org.apache.maven.artifact.versioning   
org.apache.maven.execution   
org.apache.maven.project.artifact   
 

Uses of ArtifactVersion in org.apache.maven.artifact
 

Methods in org.apache.maven.artifact that return ArtifactVersion
 ArtifactVersion DefaultArtifact.getSelectedVersion()
           
 ArtifactVersion Artifact.getSelectedVersion()
           
 

Uses of ArtifactVersion in org.apache.maven.artifact.versioning
 

Classes in org.apache.maven.artifact.versioning that implement ArtifactVersion
 class DefaultArtifactVersion
          Default implementation of artifact versioning.
 

Methods in org.apache.maven.artifact.versioning that return ArtifactVersion
 ArtifactVersion Restriction.getLowerBound()
           
 ArtifactVersion VersionRange.getRecommendedVersion()
           
 ArtifactVersion VersionRange.getSelectedVersion(Artifact artifact)
           
 ArtifactVersion Restriction.getUpperBound()
           
 ArtifactVersion VersionRange.matchVersion(List versions)
           
 

Methods in org.apache.maven.artifact.versioning with parameters of type ArtifactVersion
 boolean VersionRange.containsVersion(ArtifactVersion version)
           
 boolean Restriction.containsVersion(ArtifactVersion version)
           
 

Constructors in org.apache.maven.artifact.versioning with parameters of type ArtifactVersion
Restriction(ArtifactVersion lowerBound, boolean lowerBoundInclusive, ArtifactVersion upperBound, boolean upperBoundInclusive)
           
 

Uses of ArtifactVersion in org.apache.maven.execution
 

Methods in org.apache.maven.execution that return ArtifactVersion
 ArtifactVersion RuntimeInformation.getApplicationVersion()
           
 ArtifactVersion DefaultRuntimeInformation.getApplicationVersion()
           
 

Uses of ArtifactVersion in org.apache.maven.project.artifact
 

Methods in org.apache.maven.project.artifact that return ArtifactVersion
 ArtifactVersion ActiveProjectArtifact.getSelectedVersion()
          
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.