| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ArtifactVersion in org.apache.maven.artifact | 
|---|
| Methods in org.apache.maven.artifact that return ArtifactVersion | |
|---|---|
 ArtifactVersion | 
Artifact.getSelectedVersion()
 | 
 ArtifactVersion | 
DefaultArtifact.getSelectedVersion()
 | 
| Methods in org.apache.maven.artifact that return types with arguments of type ArtifactVersion | |
|---|---|
 List<ArtifactVersion> | 
Artifact.getAvailableVersions()
 | 
 List<ArtifactVersion> | 
DefaultArtifact.getAvailableVersions()
 | 
| Method parameters in org.apache.maven.artifact with type arguments of type ArtifactVersion | |
|---|---|
 void | 
Artifact.setAvailableVersions(List<ArtifactVersion> versions)
 | 
 void | 
DefaultArtifact.setAvailableVersions(List<ArtifactVersion> availableVersions)
 | 
| Uses of ArtifactVersion in org.apache.maven.artifact.metadata | 
|---|
| Methods in org.apache.maven.artifact.metadata that return types with arguments of type ArtifactVersion | |
|---|---|
 List<ArtifactVersion> | 
ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact,
                                                   ArtifactRepository localRepository,
                                                   List<ArtifactRepository> remoteRepositories)
Deprecated.  | 
 List<ArtifactVersion> | 
ArtifactMetadataSource.retrieveAvailableVersions(MetadataResolutionRequest request)
Deprecated.  | 
 List<ArtifactVersion> | 
ArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
                                                                                                   ArtifactRepository localRepository,
                                                                                                   ArtifactRepository remoteRepository)
Deprecated.  | 
| 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<ArtifactVersion> versions)
 | 
| Methods in org.apache.maven.artifact.versioning with parameters of type ArtifactVersion | |
|---|---|
 int | 
DefaultArtifactVersion.compareTo(ArtifactVersion otherVersion)
 | 
 boolean | 
Restriction.containsVersion(ArtifactVersion version)
 | 
 boolean | 
VersionRange.containsVersion(ArtifactVersion version)
 | 
| Method parameters in org.apache.maven.artifact.versioning with type arguments of type ArtifactVersion | |
|---|---|
 ArtifactVersion | 
VersionRange.matchVersion(List<ArtifactVersion> versions)
 | 
| 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 | 
DefaultRuntimeInformation.getApplicationVersion()
Deprecated.  | 
 ArtifactVersion | 
RuntimeInformation.getApplicationVersion()
Deprecated.  | 
| Uses of ArtifactVersion in org.apache.maven.project.artifact | 
|---|
| Methods in org.apache.maven.project.artifact that return ArtifactVersion | |
|---|---|
 ArtifactVersion | 
ActiveProjectArtifact.getSelectedVersion()
Deprecated.  | 
| Methods in org.apache.maven.project.artifact that return types with arguments of type ArtifactVersion | |
|---|---|
 List<ArtifactVersion> | 
AttachedArtifact.getAvailableVersions()
Deprecated.  | 
 List<ArtifactVersion> | 
ActiveProjectArtifact.getAvailableVersions()
Deprecated.  | 
 List<ArtifactVersion> | 
MavenMetadataSource.retrieveAvailableVersions(Artifact artifact,
                                                   ArtifactRepository localRepository,
                                                   List<ArtifactRepository> remoteRepositories)
 | 
 List<ArtifactVersion> | 
MavenMetadataSource.retrieveAvailableVersions(MetadataResolutionRequest request)
 | 
 List<ArtifactVersion> | 
MavenMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
                                                                                                   ArtifactRepository localRepository,
                                                                                                   ArtifactRepository deploymentRepository)
 | 
| Method parameters in org.apache.maven.project.artifact with type arguments of type ArtifactVersion | |
|---|---|
 void | 
AttachedArtifact.setAvailableVersions(List<ArtifactVersion> availableVersions)
Deprecated.  | 
 void | 
ActiveProjectArtifact.setAvailableVersions(List<ArtifactVersion> versions)
Deprecated.  | 
| Uses of ArtifactVersion in org.apache.maven.repository.legacy.metadata | 
|---|
| Methods in org.apache.maven.repository.legacy.metadata that return types with arguments of type ArtifactVersion | |
|---|---|
 List<ArtifactVersion> | 
ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact,
                                                   ArtifactRepository localRepository,
                                                   List<ArtifactRepository> remoteRepositories)
Get a list of available versions for an artifact in the remote repository  | 
 List<ArtifactVersion> | 
ArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
                                                                                                   ArtifactRepository localRepository,
                                                                                                   ArtifactRepository remoteRepository)
Get a list of available versions for an artifact in the remote deployment repository.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||