| 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 |
ImmutablePackageFinderRule.match() |
DistributionMatch |
PackageFinderRule.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) |
ImmutablePackageFinderRule.Builder |
ImmutablePackageFinderRule.Builder.match(DistributionMatch match)
Initializes the value for the
match attribute. |
ImmutablePackageFinderRule.FinderBuildStage |
ImmutablePackageFinderRule.MatchBuildStage.match(DistributionMatch match)
Initializes the value for the
match attribute. |
static PackageFinderRule |
PackageFinderRule.of(DistributionMatch match,
PackageFinder finder) |
ImmutablePackageFinderRule |
ImmutablePackageFinderRule.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 © 2023. All rights reserved.