Uses of Class
org.apache.maven.api.metadata.Snapshot.Builder
Packages that use Snapshot.Builder
-
Uses of Snapshot.Builder in org.apache.maven.api.metadata
Methods in org.apache.maven.api.metadata that return Snapshot.BuilderModifier and TypeMethodDescriptionSnapshot.Builder.buildNumber(int buildNumber) Snapshot.Builder.localCopy(boolean localCopy) static Snapshot.BuilderSnapshot.newBuilder()Creates a newSnapshotbuilder instance.static Snapshot.BuilderSnapshot.newBuilder(boolean withDefaults) Creates a newSnapshotbuilder instance using default values or not.static Snapshot.BuilderSnapshot.newBuilder(Snapshot from) Creates a newSnapshotbuilder instance using the specified object as a basis.static Snapshot.BuilderSnapshot.newBuilder(Snapshot from, boolean forceCopy) Creates a newSnapshotbuilder instance using the specified object as a basis.Snapshot.with()Creates a new builder with this object as the basis.Constructors in org.apache.maven.api.metadata with parameters of type Snapshot.BuilderModifierConstructorDescriptionprotectedSnapshot(Snapshot.Builder builder) Constructor for this class, to be called from its subclasses andSnapshot.Builder.