Uses of Class
org.apache.maven.artifact.repository.metadata.Versioning
Packages that use Versioning
Package
Description
-
Uses of Versioning in org.apache.maven.artifact.repository.metadata
Methods in org.apache.maven.artifact.repository.metadata that return VersioningModifier and TypeMethodDescriptionVersioning.clone()
protected static Versioning
AbstractRepositoryMetadata.createVersioning
(Snapshot snapshot) Deprecated.Metadata.getVersioning()
Methods in org.apache.maven.artifact.repository.metadata that return types with arguments of type VersioningModifier and TypeMethodDescriptionstatic List
<Versioning> Versioning.versioningToApiV3
(List<Versioning> list) Methods in org.apache.maven.artifact.repository.metadata with parameters of type VersioningModifier and TypeMethodDescriptionprotected static Metadata
AbstractRepositoryMetadata.createMetadata
(Artifact artifact, Versioning versioning) Deprecated.void
Metadata.setVersioning
(Versioning versioning) Method parameters in org.apache.maven.artifact.repository.metadata with type arguments of type VersioningModifier and TypeMethodDescriptionstatic List
<Versioning> Versioning.versioningToApiV4
(List<Versioning> list) Constructors in org.apache.maven.artifact.repository.metadata with parameters of type VersioningModifierConstructorDescriptionArtifactRepositoryMetadata
(Artifact artifact, Versioning versioning) Deprecated. -
Uses of Versioning in org.apache.maven.repository.legacy.resolver.transform
Methods in org.apache.maven.repository.legacy.resolver.transform with parameters of type VersioningModifier and TypeMethodDescriptionprotected abstract String
AbstractVersionTransformation.constructVersion
(Versioning versioning, String baseVersion) Deprecated.protected String
LatestArtifactTransformation.constructVersion
(Versioning versioning, String baseVersion) Deprecated.protected String
ReleaseArtifactTransformation.constructVersion
(Versioning versioning, String baseVersion) Deprecated.protected String
SnapshotTransformation.constructVersion
(Versioning versioning, String baseVersion) Deprecated.