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 TypeMethodDescriptionvoidArtifact.setAvailableVersions(List<ArtifactVersion> versions) voidDefaultArtifact.setAvailableVersions(List<ArtifactVersion> availableVersions) -
Uses of ArtifactVersion in org.apache.maven.artifact.versioning
Classes in org.apache.maven.artifact.versioning that implement ArtifactVersionModifier and TypeClassDescriptionclassDefault implementation of artifact versioning.Fields in org.apache.maven.artifact.versioning declared as ArtifactVersionModifier and TypeFieldDescriptionprivate final ArtifactVersionRestriction.lowerBoundprivate final ArtifactVersionVersionRange.recommendedVersionprivate final ArtifactVersionRestriction.upperBoundMethods 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 TypeMethodDescriptionbooleanRestriction.containsVersion(ArtifactVersion version) booleanVersionRange.containsVersion(ArtifactVersion version) Constructors in org.apache.maven.artifact.versioning with parameters of type ArtifactVersionModifierConstructorDescriptionRestriction(ArtifactVersion lowerBound, boolean lowerBoundInclusive, ArtifactVersion upperBound, boolean upperBoundInclusive) privateVersionRange(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 TypeMethodDescriptionvoidActiveProjectArtifact.setAvailableVersions(List<ArtifactVersion> versions)