Uses of Interface
org.apache.maven.artifact.versioning.ArtifactVersion
Packages that use ArtifactVersion
Package
Description
-
Uses of ArtifactVersion in org.apache.maven.artifact
Fields in org.apache.maven.artifact with type parameters of type ArtifactVersionMethods 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.versioning
Classes in org.apache.maven.artifact.versioning that implement ArtifactVersionModifier and TypeClassDescriptionclass
Default implementation of artifact versioning.Fields in org.apache.maven.artifact.versioning declared as ArtifactVersionModifier and TypeFieldDescriptionprivate final ArtifactVersion
Restriction.lowerBound
private final ArtifactVersion
VersionRange.recommendedVersion
private final ArtifactVersion
Restriction.upperBound
Methods in org.apache.maven.artifact.versioning that return ArtifactVersionModifier and TypeMethodDescriptionRestriction.getLowerBound()
VersionRange.getRecommendedVersion()
VersionRange.getSelectedVersion
(Artifact artifact) Restriction.getUpperBound()
VersionRange.matchVersion
(List versions) Methods in org.apache.maven.artifact.versioning with parameters of type ArtifactVersionModifier and TypeMethodDescriptionboolean
Restriction.containsVersion
(ArtifactVersion version) boolean
VersionRange.containsVersion
(ArtifactVersion version) Constructors in org.apache.maven.artifact.versioning with parameters of type ArtifactVersionModifierConstructorDescriptionRestriction
(ArtifactVersion lowerBound, boolean lowerBoundInclusive, ArtifactVersion upperBound, boolean upperBoundInclusive) private
VersionRange
(ArtifactVersion recommendedVersion, List restrictions) -
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 ArtifactVersionMethod parameters in org.apache.maven.project.artifact with type arguments of type ArtifactVersionModifier and TypeMethodDescriptionvoid
ActiveProjectArtifact.setAvailableVersions
(List<ArtifactVersion> versions)