| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.distribution |
| Modifier and Type | Method and Description |
|---|---|
ImmutableNumericVersion |
ImmutableNumericVersion.Builder.build()
Builds a new
ImmutableNumericVersion. |
static ImmutableNumericVersion |
ImmutableNumericVersion.copyOf(NumericVersion instance)
Creates an immutable copy of a
NumericVersion value. |
static ImmutableNumericVersion |
ImmutableNumericVersion.of(int major,
int minor,
int patch)
Construct a new immutable
NumericVersion instance. |
ImmutableNumericVersion |
ImmutableNumericVersion.withMajor(int value)
Copy the current immutable object by setting a value for the
major attribute. |
ImmutableNumericVersion |
ImmutableNumericVersion.withMinor(int value)
Copy the current immutable object by setting a value for the
minor attribute. |
ImmutableNumericVersion |
ImmutableNumericVersion.withPatch(int value)
Copy the current immutable object by setting a value for the
patch attribute. |
Copyright © 2021. All rights reserved.