Uses of Class
org.apache.maven.artifact.repository.metadata.v4.Snapshot.Builder
-
Uses of Snapshot.Builder in org.apache.maven.artifact.repository.metadata.v4
Modifier and TypeMethodDescriptionSnapshot.Builder.buildNumber
(int buildNumber) Snapshot.Builder.localCopy
(boolean localCopy) static Snapshot.Builder
Snapshot.newBuilder()
Creates a newSnapshot
builder instance.static Snapshot.Builder
Snapshot.newBuilder
(boolean withDefaults) Creates a newSnapshot
builder instance using default values or not.static 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.Snapshot.with()
Creates a new builder with this object as the basis.