Uses of Class
org.apache.maven.api.metadata.SnapshotVersion
Packages that use SnapshotVersion
Package
Description
Maven Repository Metadata model.
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of SnapshotVersion in org.apache.maven.api.metadata
Fields in org.apache.maven.api.metadata declared as SnapshotVersionFields in org.apache.maven.api.metadata with type parameters of type SnapshotVersionModifier and TypeFieldDescription(package private) Collection
<SnapshotVersion> Versioning.Builder.snapshotVersions
(package private) final List
<SnapshotVersion> Versioning.snapshotVersions
Information for each sub-artifact available in this artifact snapshot.Methods in org.apache.maven.api.metadata 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.api.metadata 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.api.metadata 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.api.metadata 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.Constructors in org.apache.maven.api.metadata with parameters of type SnapshotVersion -
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.internal.impl.resolver
Fields in org.apache.maven.internal.impl.resolver with type parameters of type SnapshotVersionModifier and TypeFieldDescriptionprivate final Map
<String, SnapshotVersion> RemoteSnapshotMetadata.versions
-
Uses of SnapshotVersion in org.apache.maven.metadata.v4
Methods in org.apache.maven.metadata.v4 that return SnapshotVersionModifier and TypeMethodDescriptionprivate SnapshotVersion
MetadataStaxReader.parseSnapshotVersion
(XMLStreamReader parser, boolean strict) Methods in org.apache.maven.metadata.v4 with parameters of type SnapshotVersionModifier and TypeMethodDescriptionprivate void
MetadataStaxWriter.writeSnapshotVersion
(String tagName, SnapshotVersion snapshotVersion, XMLStreamWriter serializer)