| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.distribution | |
| de.flapdoodle.embed.mongo.packageresolver |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableNumericVersion
Immutable implementation of
NumericVersion. |
| Modifier and Type | Method and Description |
|---|---|
NumericVersion |
Version.numericVersion() |
NumericVersion |
Version.Main.numericVersion()
Deprecated.
|
NumericVersion |
IFeatureAwareVersion.numericVersion()
Deprecated.
|
static NumericVersion |
NumericVersion.of(int major,
int minor,
int patch) |
static NumericVersion |
NumericVersion.of(String versionString) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableNumericVersion |
ImmutableNumericVersion.copyOf(NumericVersion instance)
Creates an immutable copy of a
NumericVersion value. |
ImmutableNumericVersion.Builder |
ImmutableNumericVersion.Builder.from(NumericVersion instance)
Fill a builder with attribute values from the provided
NumericVersion instance. |
default boolean |
NumericVersion.isNewerOrEqual(NumericVersion other) |
default boolean |
NumericVersion.isNextOrPrevPatch(NumericVersion other) |
default boolean |
NumericVersion.isOlderOrEqual(NumericVersion other) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableVersionRange.Builder |
ImmutableVersionRange.Builder.max(NumericVersion max)
Initializes the value for the
max attribute. |
ImmutableVersionRange.Builder |
ImmutableVersionRange.Builder.min(NumericVersion min)
Initializes the value for the
min attribute. |
static ImmutableVersionRange |
ImmutableVersionRange.of(NumericVersion min,
NumericVersion max)
Construct a new immutable
VersionRange instance. |
static VersionRange |
VersionRange.of(NumericVersion min,
NumericVersion max) |
ImmutableVersionRange |
ImmutableVersionRange.withMax(NumericVersion value)
Copy the current immutable object by setting a value for the
max attribute. |
ImmutableVersionRange |
ImmutableVersionRange.withMin(NumericVersion value)
Copy the current immutable object by setting a value for the
min attribute. |
Copyright © 2021. All rights reserved.