Uses of Class
org.apache.maven.api.metadata.SnapshotVersion.Builder
-
Uses of SnapshotVersion.Builder in org.apache.maven.api.metadata
Modifier and TypeMethodDescriptionSnapshotVersion.Builder.classifier
(String classifier) static SnapshotVersion.Builder
SnapshotVersion.newBuilder()
Creates a newSnapshotVersion
builder instance.static SnapshotVersion.Builder
SnapshotVersion.newBuilder
(boolean withDefaults) Creates a newSnapshotVersion
builder instance using default values or not.static SnapshotVersion.Builder
SnapshotVersion.newBuilder
(SnapshotVersion from) Creates a newSnapshotVersion
builder instance using the specified object as a basis.static SnapshotVersion.Builder
SnapshotVersion.newBuilder
(SnapshotVersion from, boolean forceCopy) Creates a newSnapshotVersion
builder instance using the specified object as a basis.SnapshotVersion.with()
Creates a new builder with this object as the basis.ModifierConstructorDescriptionprotected
SnapshotVersion
(SnapshotVersion.Builder builder) Constructor for this class, to be called from its subclasses andSnapshotVersion.Builder
.