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 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.Subinterfaces with type arguments of type ArtifactVersion in org.apache.maven.artifact.versioningModifier and TypeInterfaceDescriptioninterfaceDescribes an artifact version in terms of its components, converts it to/from a string and compares two versions.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 TypeMethodDescriptionintDefaultArtifactVersion.compareTo(ArtifactVersion otherVersion) booleanRestriction.containsVersion(ArtifactVersion version) booleanVersionRange.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)