Uses of Class
org.apache.maven.artifact.repository.metadata.SnapshotVersion
Packages that use SnapshotVersion
Package
Description
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of SnapshotVersion in org.apache.maven.artifact.repository.metadata
Methods in org.apache.maven.artifact.repository.metadata that return SnapshotVersionMethods in org.apache.maven.artifact.repository.metadata that return types with arguments of type SnapshotVersionModifier and TypeMethodDescriptionVersioning.getSnapshotVersions()
static List
<SnapshotVersion> SnapshotVersion.snapshotVersionToApiV3
(List<SnapshotVersion> list) Methods in org.apache.maven.artifact.repository.metadata with parameters of type SnapshotVersionModifier and TypeMethodDescriptionvoid
Versioning.addSnapshotVersion
(SnapshotVersion snapshotVersion) private String
Metadata.getSnapshotVersionKey
(SnapshotVersion sv) void
Versioning.removeSnapshotVersion
(SnapshotVersion snapshotVersion) Method parameters in org.apache.maven.artifact.repository.metadata with type arguments of type SnapshotVersionModifier and TypeMethodDescriptionvoid
Versioning.setSnapshotVersions
(List<SnapshotVersion> snapshotVersions) static List
<SnapshotVersion> SnapshotVersion.snapshotVersionToApiV4
(List<SnapshotVersion> list) -
Uses of SnapshotVersion in org.apache.maven.repository.internal
Fields in org.apache.maven.repository.internal with type parameters of type SnapshotVersionModifier and TypeFieldDescriptionprivate final Map
<String, SnapshotVersion> RemoteSnapshotMetadata.versions
Deprecated.