Uses of Interface
org.apache.maven.artifact.versioning.ArtifactVersion
-
Packages that use ArtifactVersion Package Description org.apache.maven.artifact org.apache.maven.artifact.versioning org.apache.maven.project.artifact -
-
Uses of ArtifactVersion in org.apache.maven.artifact
Fields in org.apache.maven.artifact with type parameters of type ArtifactVersion Modifier and Type Field Description private java.util.List<ArtifactVersion>
DefaultArtifact. availableVersions
Methods in org.apache.maven.artifact that return ArtifactVersion Modifier and Type Method Description ArtifactVersion
Artifact. getSelectedVersion()
ArtifactVersion
DefaultArtifact. 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 void
Artifact. setAvailableVersions(java.util.List<ArtifactVersion> versions)
void
DefaultArtifact. 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 class
DefaultArtifactVersion
Default implementation of artifact versioning.Fields in org.apache.maven.artifact.versioning declared as ArtifactVersion Modifier and Type Field Description private ArtifactVersion
Restriction. lowerBound
private ArtifactVersion
VersionRange. recommendedVersion
private ArtifactVersion
Restriction. upperBound
Methods in org.apache.maven.artifact.versioning that return ArtifactVersion Modifier and Type Method Description ArtifactVersion
Restriction. getLowerBound()
ArtifactVersion
VersionRange. getRecommendedVersion()
ArtifactVersion
VersionRange. getSelectedVersion(Artifact artifact)
ArtifactVersion
Restriction. getUpperBound()
ArtifactVersion
VersionRange. matchVersion(java.util.List versions)
Methods in org.apache.maven.artifact.versioning with parameters of type ArtifactVersion Modifier and Type Method Description boolean
Restriction. containsVersion(ArtifactVersion version)
boolean
VersionRange. containsVersion(ArtifactVersion version)
Constructors in org.apache.maven.artifact.versioning with parameters of type ArtifactVersion Constructor Description Restriction(ArtifactVersion lowerBound, boolean lowerBoundInclusive, ArtifactVersion upperBound, boolean upperBoundInclusive)
VersionRange(ArtifactVersion recommendedVersion, java.util.List restrictions)
-
Uses of ArtifactVersion in org.apache.maven.project.artifact
Methods in org.apache.maven.project.artifact that return ArtifactVersion Modifier and Type Method Description ArtifactVersion
ActiveProjectArtifact. getSelectedVersion()
Methods in org.apache.maven.project.artifact that return types with arguments of type ArtifactVersion Modifier and Type Method Description java.util.List<ArtifactVersion>
ActiveProjectArtifact. getAvailableVersions()
Method parameters in org.apache.maven.project.artifact with type arguments of type ArtifactVersion Modifier and Type Method Description void
ActiveProjectArtifact. setAvailableVersions(java.util.List<ArtifactVersion> versions)
-