Uses of Class
org.apache.maven.api.metadata.SnapshotVersion
Package
Description
Maven Repository Metadata model.
-
Uses of SnapshotVersion in org.apache.maven.api.metadata
Modifier and TypeMethodDescriptionSnapshotVersion.Builder.build()
static SnapshotVersion
SnapshotVersion.newInstance()
Creates a newSnapshotVersion
instance.static SnapshotVersion
SnapshotVersion.newInstance
(boolean withDefaults) Creates a newSnapshotVersion
instance using default values or not.SnapshotVersion.withClassifier
(String classifier) Creates a newSnapshotVersion
instance using the specified classifier.SnapshotVersion.withExtension
(String extension) Creates a newSnapshotVersion
instance using the specified extension.SnapshotVersion.withUpdated
(String updated) Creates a newSnapshotVersion
instance using the specified updated.SnapshotVersion.withVersion
(String version) Creates a newSnapshotVersion
instance using the specified version.Modifier and TypeMethodDescriptionVersioning.getSnapshotVersions()
Information for each sub-artifact available in this artifact snapshot.Modifier and TypeMethodDescriptionstatic SnapshotVersion.Builder
SnapshotVersion.newBuilder
(SnapshotVersion from) Creates a newSnapshotVersion
builder instance using the specified object as a basis.static SnapshotVersion.Builder
SnapshotVersion.newBuilder
(SnapshotVersion from, boolean forceCopy) Creates a newSnapshotVersion
builder instance using the specified object as a basis.Modifier and TypeMethodDescriptionVersioning.Builder.snapshotVersions
(Collection<SnapshotVersion> snapshotVersions) Versioning.withSnapshotVersions
(Collection<SnapshotVersion> snapshotVersions) Creates a newVersioning
instance using the specified snapshotVersions. -
Uses of SnapshotVersion in org.apache.maven.artifact.repository.metadata
Modifier and TypeMethodDescriptionstatic List
<SnapshotVersion> SnapshotVersion.snapshotVersionToApiV4
(List<SnapshotVersion> list) Modifier and TypeMethodDescriptionstatic List
<SnapshotVersion> SnapshotVersion.snapshotVersionToApiV3
(List<SnapshotVersion> list) ModifierConstructorDescriptionSnapshotVersion
(SnapshotVersion delegate) SnapshotVersion
(SnapshotVersion delegate, BaseObject parent)