Uses of Interface
org.apache.maven.artifact.versioning.ArtifactVersion
-
-
Uses of ArtifactVersion in org.apache.maven.artifact
Fields in org.apache.maven.artifact with type parameters of type ArtifactVersion Modifier and Type Field Description private java.util.List<ArtifactVersion>
DefaultArtifact. availableVersions
Methods in org.apache.maven.artifact that return ArtifactVersion Modifier and Type Method Description ArtifactVersion
Artifact. getSelectedVersion()
ArtifactVersion
DefaultArtifact. getSelectedVersion()
Methods in org.apache.maven.artifact that return types with arguments of type ArtifactVersion Modifier and Type Method Description java.util.List<ArtifactVersion>
Artifact. getAvailableVersions()
java.util.List<ArtifactVersion>
DefaultArtifact. getAvailableVersions()
Method parameters in org.apache.maven.artifact with type arguments of type ArtifactVersion Modifier and Type Method Description void
Artifact. setAvailableVersions(java.util.List<ArtifactVersion> versions)
void
DefaultArtifact. setAvailableVersions(java.util.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 Modifier and Type Method Description java.util.List<ArtifactVersion>
ArtifactMetadataSource. retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List<ArtifactRepository> remoteRepositories)
Deprecated.java.util.List<ArtifactVersion>
ArtifactMetadataSource. retrieveAvailableVersions(MetadataResolutionRequest request)
Deprecated.java.util.List<ArtifactVersion>
ArtifactMetadataSource. retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository remoteRepository)
Deprecated. -
Uses of ArtifactVersion in org.apache.maven.artifact.repository.metadata
Methods in org.apache.maven.artifact.repository.metadata with parameters of type ArtifactVersion Modifier and Type Method Description private boolean
ArtifactRepositoryMetadata. isSnapshot(ArtifactVersion version)
-
Uses of ArtifactVersion in org.apache.maven.artifact.versioning
Classes in org.apache.maven.artifact.versioning that implement ArtifactVersion Modifier and Type Class Description class
DefaultArtifactVersion
Default implementation of artifact versioning.Fields in org.apache.maven.artifact.versioning declared as ArtifactVersion Modifier and Type Field Description private ArtifactVersion
Restriction. lowerBound
private ArtifactVersion
VersionRange. recommendedVersion
private ArtifactVersion
Restriction. upperBound
Methods in org.apache.maven.artifact.versioning that return ArtifactVersion Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description ArtifactVersion
VersionRange. matchVersion(java.util.List<ArtifactVersion> versions)
Constructors in org.apache.maven.artifact.versioning with parameters of type ArtifactVersion Constructor Description Restriction(ArtifactVersion lowerBound, boolean lowerBoundInclusive, ArtifactVersion upperBound, boolean upperBoundInclusive)
VersionRange(ArtifactVersion recommendedVersion, java.util.List<Restriction> restrictions)
-
Uses of ArtifactVersion in org.apache.maven.execution
Fields in org.apache.maven.execution declared as ArtifactVersion Modifier and Type Field Description private ArtifactVersion
DefaultRuntimeInformation. applicationVersion
Deprecated.Methods in org.apache.maven.execution that return ArtifactVersion Modifier and Type Method Description 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 Modifier and Type Method Description ArtifactVersion
ActiveProjectArtifact. getSelectedVersion()
Deprecated.Methods in org.apache.maven.project.artifact that return types with arguments of type ArtifactVersion Modifier and Type Method Description java.util.List<ArtifactVersion>
ActiveProjectArtifact. getAvailableVersions()
Deprecated.java.util.List<ArtifactVersion>
AttachedArtifact. getAvailableVersions()
Deprecated.java.util.List<ArtifactVersion>
MavenMetadataSource. retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List<ArtifactRepository> remoteRepositories)
java.util.List<ArtifactVersion>
MavenMetadataSource. retrieveAvailableVersions(MetadataResolutionRequest request)
java.util.List<ArtifactVersion>
MavenMetadataSource. retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository deploymentRepository)
private java.util.List<ArtifactVersion>
MavenMetadataSource. retrieveAvailableVersionsFromMetadata(Metadata repoMetadata, java.util.List<java.lang.String> availableVersions)
Method parameters in org.apache.maven.project.artifact with type arguments of type ArtifactVersion Modifier and Type Method Description void
ActiveProjectArtifact. setAvailableVersions(java.util.List<ArtifactVersion> versions)
Deprecated.void
AttachedArtifact. setAvailableVersions(java.util.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 ArtifactVersion Modifier and Type Method Description 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 repositoryjava.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.
-