Uses of Class
org.apache.maven.api.metadata.Snapshot
Packages that use Snapshot
Package
Description
Maven Repository Metadata model.
-
Uses of Snapshot in org.apache.maven.api.metadata
Fields in org.apache.maven.api.metadata declared as SnapshotModifier and TypeFieldDescription(package private) Snapshot
Snapshot.Builder.base
(package private) Snapshot
Versioning.Builder.snapshot
(package private) final Snapshot
Versioning.snapshot
The current snapshot data in use for this version ("groupId/artifactId/version" only)Methods in org.apache.maven.api.metadata that return SnapshotModifier and TypeMethodDescriptionSnapshot.Builder.build()
Versioning.getSnapshot()
The current snapshot data in use for this version ("groupId/artifactId/version" only)static Snapshot
Snapshot.newInstance()
Creates a newSnapshot
instance.static Snapshot
Snapshot.newInstance
(boolean withDefaults) Creates a newSnapshot
instance using default values or not.Snapshot.withBuildNumber
(int buildNumber) Creates a newSnapshot
instance using the specified buildNumber.Snapshot.withLocalCopy
(boolean localCopy) Creates a newSnapshot
instance using the specified localCopy.Snapshot.withTimestamp
(String timestamp) Creates a newSnapshot
instance using the specified timestamp.Methods in org.apache.maven.api.metadata with parameters of type SnapshotModifier and TypeMethodDescriptionstatic Snapshot.Builder
Snapshot.newBuilder
(Snapshot from) Creates a newSnapshot
builder instance using the specified object as a basis.static Snapshot.Builder
Snapshot.newBuilder
(Snapshot from, boolean forceCopy) Creates a newSnapshot
builder instance using the specified object as a basis.Versioning.withSnapshot
(Snapshot snapshot) Creates a newVersioning
instance using the specified snapshot.Constructors in org.apache.maven.api.metadata with parameters of type Snapshot -
Uses of Snapshot in org.apache.maven.artifact.repository.metadata
Methods in org.apache.maven.artifact.repository.metadata that return SnapshotMethods in org.apache.maven.artifact.repository.metadata that return types with arguments of type SnapshotMethod parameters in org.apache.maven.artifact.repository.metadata with type arguments of type SnapshotConstructors in org.apache.maven.artifact.repository.metadata with parameters of type Snapshot -
Uses of Snapshot in org.apache.maven.metadata.v4
Methods in org.apache.maven.metadata.v4 that return SnapshotModifier and TypeMethodDescriptionprivate Snapshot
MetadataStaxReader.parseSnapshot
(XMLStreamReader parser, boolean strict) Methods in org.apache.maven.metadata.v4 with parameters of type SnapshotModifier and TypeMethodDescriptionprivate void
MetadataStaxWriter.writeSnapshot
(String tagName, Snapshot snapshot, XMLStreamWriter serializer)