Uses of Interface
org.apache.maven.artifact.versioning.ArtifactVersion
-
-
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. availableVersionsMethods 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.metadata
Methods in org.apache.maven.artifact.metadata that return types with arguments of type ArtifactVersion Modifier and Type Method Description java.util.List<ArtifactVersion>ArtifactMetadataSource. retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List<ArtifactRepository> remoteRepositories)Deprecated.java.util.List<ArtifactVersion>ArtifactMetadataSource. retrieveAvailableVersions(MetadataResolutionRequest request)Deprecated.java.util.List<ArtifactVersion>ArtifactMetadataSource. retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository remoteRepository)Deprecated. -
Uses of ArtifactVersion in org.apache.maven.artifact.repository.metadata
Methods in org.apache.maven.artifact.repository.metadata with parameters of type ArtifactVersion Modifier and Type Method Description private booleanArtifactRepositoryMetadata. isSnapshot(ArtifactVersion version) -
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.Fields in org.apache.maven.artifact.versioning declared as ArtifactVersion Modifier and Type Field Description private ArtifactVersionRestriction. lowerBoundprivate ArtifactVersionVersionRange. recommendedVersionprivate ArtifactVersionRestriction. upperBoundMethods 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)VersionRange(ArtifactVersion recommendedVersion, java.util.List<Restriction> restrictions) -
Uses of ArtifactVersion in org.apache.maven.execution
Fields in org.apache.maven.execution declared as ArtifactVersion Modifier and Type Field Description private ArtifactVersionDefaultRuntimeInformation. applicationVersionDeprecated.Methods in org.apache.maven.execution that return ArtifactVersion Modifier and Type Method Description ArtifactVersionDefaultRuntimeInformation. getApplicationVersion()Deprecated.ArtifactVersionRuntimeInformation. getApplicationVersion()Deprecated. -
Uses of ArtifactVersion in org.apache.maven.project.artifact
Methods in org.apache.maven.project.artifact that return ArtifactVersion Modifier and Type Method Description ArtifactVersionActiveProjectArtifact. getSelectedVersion()Deprecated.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()Deprecated.java.util.List<ArtifactVersion>AttachedArtifact. getAvailableVersions()Deprecated.java.util.List<ArtifactVersion>MavenMetadataSource. retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List<ArtifactRepository> remoteRepositories)java.util.List<ArtifactVersion>MavenMetadataSource. retrieveAvailableVersions(MetadataResolutionRequest request)java.util.List<ArtifactVersion>MavenMetadataSource. retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository deploymentRepository)private java.util.List<ArtifactVersion>MavenMetadataSource. retrieveAvailableVersionsFromMetadata(Metadata repoMetadata, java.util.List<java.lang.String> availableVersions)Method parameters in org.apache.maven.project.artifact with type arguments of type ArtifactVersion Modifier and Type Method Description voidActiveProjectArtifact. setAvailableVersions(java.util.List<ArtifactVersion> versions)Deprecated.voidAttachedArtifact. setAvailableVersions(java.util.List<ArtifactVersion> availableVersions)Deprecated. -
Uses of ArtifactVersion in org.apache.maven.repository.legacy.metadata
Methods in org.apache.maven.repository.legacy.metadata that return types with arguments of type ArtifactVersion Modifier and Type Method Description java.util.List<ArtifactVersion>ArtifactMetadataSource. retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List<ArtifactRepository> remoteRepositories)Get a list of available versions for an artifact in the remote repositoryjava.util.List<ArtifactVersion>ArtifactMetadataSource. retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository remoteRepository)Get a list of available versions for an artifact in the remote deployment repository.
-