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
Fields in org.apache.maven.artifact.repository.metadata with type parameters of type SnapshotVersionModifier and TypeFieldDescriptionprivate List<SnapshotVersion>
Versioning.snapshotVersions
Field snapshotVersions.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 SnapshotVersionMethods in org.apache.maven.artifact.repository.metadata with parameters of type SnapshotVersionModifier and TypeMethodDescriptionvoid
Versioning.addSnapshotVersion
(SnapshotVersion snapshotVersion) Method addSnapshotVersion.private String
Metadata.getSnapshotVersionKey
(SnapshotVersion sv) void
Versioning.removeSnapshotVersion
(SnapshotVersion snapshotVersion) Method removeSnapshotVersion.Method parameters in org.apache.maven.artifact.repository.metadata with type arguments of type SnapshotVersionModifier and TypeMethodDescriptionvoid
Versioning.setSnapshotVersions
(List<SnapshotVersion> snapshotVersions) Set information for each sub-artifact available in this artifact snapshot. -
Uses of SnapshotVersion in org.apache.maven.artifact.repository.metadata.io.xpp3
Methods in org.apache.maven.artifact.repository.metadata.io.xpp3 that return SnapshotVersionModifier and TypeMethodDescriptionprivate SnapshotVersion
MetadataXpp3Reader.parseSnapshotVersion
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseSnapshotVersion.Methods in org.apache.maven.artifact.repository.metadata.io.xpp3 with parameters of type SnapshotVersionModifier and TypeMethodDescriptionprivate void
MetadataXpp3Writer.writeSnapshotVersion
(SnapshotVersion snapshotVersion, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeSnapshotVersion. -
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