Uses of Interface
org.apache.maven.artifact.versioning.ArtifactVersion
-
Packages that use ArtifactVersion Package Description org.apache.maven.artifact org.apache.maven.artifact.versioning -
-
Uses of ArtifactVersion in org.apache.maven.artifact
Methods in org.apache.maven.artifact that return ArtifactVersion Modifier and Type Method Description ArtifactVersionArtifact. getSelectedVersion()ArtifactVersionDefaultArtifact. 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 voidArtifact. setAvailableVersions(java.util.List<ArtifactVersion> versions)voidDefaultArtifact. setAvailableVersions(java.util.List<ArtifactVersion> availableVersions) -
Uses of ArtifactVersion in org.apache.maven.artifact.versioning
Classes in org.apache.maven.artifact.versioning that implement ArtifactVersion Modifier and Type Class Description classDefaultArtifactVersionDefault implementation of artifact versioning.Methods in org.apache.maven.artifact.versioning that return ArtifactVersion Modifier and Type Method Description ArtifactVersionRestriction. getLowerBound()ArtifactVersionVersionRange. getRecommendedVersion()ArtifactVersionVersionRange. getSelectedVersion(Artifact artifact)ArtifactVersionRestriction. getUpperBound()ArtifactVersionVersionRange. matchVersion(java.util.List<ArtifactVersion> versions)Methods in org.apache.maven.artifact.versioning with parameters of type ArtifactVersion Modifier and Type Method Description intDefaultArtifactVersion. compareTo(ArtifactVersion otherVersion)booleanRestriction. containsVersion(ArtifactVersion version)booleanVersionRange. containsVersion(ArtifactVersion version)Method parameters in org.apache.maven.artifact.versioning with type arguments of type ArtifactVersion Modifier and Type Method Description ArtifactVersionVersionRange. 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)
-