| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.packageresolver |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlatformMatch |
| Modifier and Type | Class and Description |
|---|---|
static class |
DistributionMatch.All |
static class |
DistributionMatch.AndThen |
static class |
DistributionMatch.Any |
class |
ImmutablePlatformMatch
Immutable implementation of
PlatformMatch. |
class |
ImmutableVersionRange
Immutable implementation of
VersionRange. |
class |
VersionRange |
| Modifier and Type | Method and Description |
|---|---|
static DistributionMatch |
DistributionMatch.all() |
default DistributionMatch |
DistributionMatch.andThen(DistributionMatch other) |
static DistributionMatch |
DistributionMatch.any(DistributionMatch... matcher) |
static DistributionMatch |
DistributionMatch.any(List<? extends DistributionMatch> matcher) |
DistributionMatch |
DistributionMatch.AndThen.first() |
DistributionMatch |
ImmutablePlatformMatchRule.match() |
DistributionMatch |
PlatformMatchRule.match() |
DistributionMatch |
DistributionMatch.AndThen.second() |
| Modifier and Type | Method and Description |
|---|---|
List<DistributionMatch> |
DistributionMatch.Any.matcher() |
| Modifier and Type | Method and Description |
|---|---|
default DistributionMatch |
DistributionMatch.andThen(DistributionMatch other) |
static DistributionMatch |
DistributionMatch.any(DistributionMatch... matcher) |
ImmutablePlatformMatchRule.Builder |
ImmutablePlatformMatchRule.Builder.match(DistributionMatch match)
Initializes the value for the
match attribute. |
ImmutablePlatformMatchRule.FinderBuildStage |
ImmutablePlatformMatchRule.MatchBuildStage.match(DistributionMatch match)
Initializes the value for the
match attribute. |
static PlatformMatchRule |
PlatformMatchRule.of(DistributionMatch match,
PackageFinder finder) |
ImmutablePlatformMatchRule |
ImmutablePlatformMatchRule.withMatch(DistributionMatch value)
Copy the current immutable object by setting a value for the
match attribute. |
| Modifier and Type | Method and Description |
|---|---|
static DistributionMatch |
DistributionMatch.any(List<? extends DistributionMatch> matcher) |
| Constructor and Description |
|---|
AndThen(DistributionMatch first,
DistributionMatch second) |
Any(DistributionMatch... matcher) |
| Constructor and Description |
|---|
Any(List<? extends DistributionMatch> matcher) |
Copyright © 2022. All rights reserved.