Uses of Class
org.apache.maven.artifact.repository.metadata.v4.Snapshot
Packages that use Snapshot
Package
Description
-
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.artifact.repository.metadata.v4
Methods in org.apache.maven.artifact.repository.metadata.v4 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.artifact.repository.metadata.v4 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.