| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.packageresolver |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableToolVersionRange
Immutable implementation of
ToolVersionRange. |
| Modifier and Type | Method and Description |
|---|---|
static ToolVersionRange |
ToolVersionRange.of(NumericVersion min,
NumericVersion max) |
static ToolVersionRange |
ToolVersionRange.of(String minMax) |
static ToolVersionRange |
ToolVersionRange.of(String min,
String max) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableToolVersionRange |
ImmutableToolVersionRange.copyOf(ToolVersionRange instance)
Creates an immutable copy of a
ToolVersionRange value. |
ImmutableToolVersionRange.Builder |
ImmutableToolVersionRange.Builder.from(ToolVersionRange instance)
Fill a builder with attribute values from the provided
ToolVersionRange instance. |
Copyright © 2024. All rights reserved.