Uses of Interface
org.apache.maven.artifact.versioning.ArtifactVersion
Packages that use ArtifactVersion
Package
Description
-
Uses of ArtifactVersion in org.apache.maven.artifact
Methods in org.apache.maven.artifact that return ArtifactVersionModifier and TypeMethodDescriptionArtifact.getSelectedVersion()
DefaultArtifact.getSelectedVersion()
Methods in org.apache.maven.artifact that return types with arguments of type ArtifactVersionModifier and TypeMethodDescriptionArtifact.getAvailableVersions()
DefaultArtifact.getAvailableVersions()
Method parameters in org.apache.maven.artifact with type arguments of type ArtifactVersionModifier and TypeMethodDescriptionvoid
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 ArtifactVersionModifier and TypeMethodDescriptionArtifactMetadataSource.retrieveAvailableVersions
(Artifact artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories) Deprecated.ArtifactMetadataSource.retrieveAvailableVersions
(MetadataResolutionRequest request) Deprecated.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 ArtifactVersionModifier and TypeClassDescriptionclass
Default implementation of artifact versioning.Methods in org.apache.maven.artifact.versioning that return ArtifactVersionModifier and TypeMethodDescriptionRestriction.getLowerBound()
VersionRange.getRecommendedVersion()
VersionRange.getSelectedVersion
(Artifact artifact) Restriction.getUpperBound()
VersionRange.matchVersion
(List<ArtifactVersion> versions) Methods in org.apache.maven.artifact.versioning with parameters of type ArtifactVersionModifier and TypeMethodDescriptionint
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 ArtifactVersionConstructors in org.apache.maven.artifact.versioning with parameters of type ArtifactVersionModifierConstructorDescriptionRestriction
(ArtifactVersion lowerBound, boolean lowerBoundInclusive, ArtifactVersion upperBound, boolean upperBoundInclusive) -
Uses of ArtifactVersion in org.apache.maven.execution
Methods in org.apache.maven.execution that return ArtifactVersionModifier and TypeMethodDescriptionDefaultRuntimeInformation.getApplicationVersion()
Deprecated.RuntimeInformation.getApplicationVersion()
Deprecated. -
Uses of ArtifactVersion in org.apache.maven.project.artifact
Methods in org.apache.maven.project.artifact that return ArtifactVersionMethods in org.apache.maven.project.artifact that return types with arguments of type ArtifactVersionModifier and TypeMethodDescriptionActiveProjectArtifact.getAvailableVersions()
Deprecated.AttachedArtifact.getAvailableVersions()
Deprecated.MavenMetadataSource.retrieveAvailableVersions
(Artifact artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories) MavenMetadataSource.retrieveAvailableVersions
(MetadataResolutionRequest request) MavenMetadataSource.retrieveAvailableVersionsFromDeploymentRepository
(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository deploymentRepository) Method parameters in org.apache.maven.project.artifact with type arguments of type ArtifactVersionModifier and TypeMethodDescriptionvoid
ActiveProjectArtifact.setAvailableVersions
(List<ArtifactVersion> versions) Deprecated.void
AttachedArtifact.setAvailableVersions
(List<ArtifactVersion> availableVersions) 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 ArtifactVersionModifier and TypeMethodDescriptionArtifactMetadataSource.retrieveAvailableVersions
(Artifact artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories) Get a list of available versions for an artifact in the remote repositoryArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository
(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository remoteRepository) Get a list of available versions for an artifact in the remote deployment repository.