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

Packages that use ArtifactVersion
org.apache.maven.artifact   
org.apache.maven.artifact.metadata   
org.apache.maven.artifact.versioning   
 

Uses of ArtifactVersion in org.apache.maven.artifact
 

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

Methods in org.apache.maven.artifact that return types with arguments of type ArtifactVersion
 java.util.List<ArtifactVersion> DefaultArtifact.getAvailableVersions()
           
 java.util.List<ArtifactVersion> Artifact.getAvailableVersions()
           
 

Method parameters in org.apache.maven.artifact with type arguments of type ArtifactVersion
 void DefaultArtifact.setAvailableVersions(java.util.List<ArtifactVersion> availableVersions)
           
 void Artifact.setAvailableVersions(java.util.List<ArtifactVersion> versions)
           
 

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

Methods in org.apache.maven.artifact.metadata that return types with arguments of type ArtifactVersion
 java.util.List<ArtifactVersion> ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List<ArtifactRepository> remoteRepositories)
          Get a list of available versions for an artifact in the remote repository
 java.util.List<ArtifactVersion> ArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository remoteRepository)
          Get a list of available versions for an artifact in the remote deployment repository.
 

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(java.util.List<ArtifactVersion> versions)
           
 

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

Method parameters in org.apache.maven.artifact.versioning with type arguments of type ArtifactVersion
 ArtifactVersion VersionRange.matchVersion(java.util.List<ArtifactVersion> versions)
           
 

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



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