Uses of Class
org.apache.maven.artifact.repository.metadata.v4.SnapshotVersion
Packages that use SnapshotVersion
Package
Description
-
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 TypeMethodDescriptionstatic List
<SnapshotVersion> SnapshotVersion.snapshotVersionToApiV4
(List<SnapshotVersion> list) Method parameters in org.apache.maven.artifact.repository.metadata with type arguments of type SnapshotVersionModifier and TypeMethodDescriptionstatic List
<SnapshotVersion> SnapshotVersion.snapshotVersionToApiV3
(List<SnapshotVersion> list) Constructors in org.apache.maven.artifact.repository.metadata with parameters of type SnapshotVersionModifierConstructorDescriptionSnapshotVersion
(SnapshotVersion delegate) SnapshotVersion
(SnapshotVersion delegate, BaseObject parent) -
Uses of SnapshotVersion in org.apache.maven.artifact.repository.metadata.v4
Methods in org.apache.maven.artifact.repository.metadata.v4 that return SnapshotVersionModifier 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.Methods in org.apache.maven.artifact.repository.metadata.v4 that return types with arguments of type SnapshotVersionModifier and TypeMethodDescriptionVersioning.getSnapshotVersions()
Information for each sub-artifact available in this artifact snapshot.Methods in org.apache.maven.artifact.repository.metadata.v4 with parameters of type SnapshotVersionModifier 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.Method parameters in org.apache.maven.artifact.repository.metadata.v4 with type arguments of type SnapshotVersionModifier and TypeMethodDescriptionVersioning.Builder.snapshotVersions
(Collection<SnapshotVersion> snapshotVersions) Versioning.withSnapshotVersions
(Collection<SnapshotVersion> snapshotVersions) Creates a newVersioning
instance using the specified snapshotVersions.