| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.distribution |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableNumericVersion.Builder |
ImmutableNumericVersion.builder()
Creates a builder for
ImmutableNumericVersion. |
ImmutableNumericVersion.Builder |
ImmutableNumericVersion.Builder.from(NumericVersion instance)
Fill a builder with attribute values from the provided
NumericVersion instance. |
ImmutableNumericVersion.Builder |
ImmutableNumericVersion.Builder.major(int major)
Initializes the value for the
major attribute. |
ImmutableNumericVersion.Builder |
ImmutableNumericVersion.Builder.minor(int minor)
Initializes the value for the
minor attribute. |
ImmutableNumericVersion.Builder |
ImmutableNumericVersion.Builder.patch(int patch)
Initializes the value for the
patch attribute. |
Copyright © 2021. All rights reserved.