Uses of Interface
org.apache.maven.artifact.versioning.ArtifactVersion
Packages that use ArtifactVersion
-
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.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)