Uses of Class
org.apache.maven.api.metadata.Snapshot.Builder
-
Uses of Snapshot.Builder in org.apache.maven.api.metadata
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.ModifierConstructorDescriptionprotected
Snapshot
(Snapshot.Builder builder) Constructor for this class, to be called from its subclasses andSnapshot.Builder
.