@Value.Immutable public abstract class VersionRange extends Object implements DistributionMatch
DistributionMatch.All, DistributionMatch.AndThen, DistributionMatch.Any| Constructor and Description |
|---|
VersionRange() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
check() |
boolean |
match(de.flapdoodle.embed.process.distribution.Distribution distribution) |
boolean |
match(de.flapdoodle.embed.process.distribution.Version version) |
static VersionRange |
of(NumericVersion min,
NumericVersion max) |
static VersionRange |
of(String min,
String max) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitall, andThen, any, any@Value.Check protected void check()
@Value.Auxiliary public boolean match(de.flapdoodle.embed.process.distribution.Distribution distribution)
match in interface DistributionMatch@Value.Auxiliary public boolean match(de.flapdoodle.embed.process.distribution.Version version)
public static VersionRange of(NumericVersion min, NumericVersion max)
public static VersionRange of(String min, String max)
Copyright © 2022. All rights reserved.