@Value.Immutable public abstract class VersionRange extends Object implements DistributionMatch
| Constructor and Description |
|---|
VersionRange() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(de.flapdoodle.embed.process.distribution.Distribution distribution) |
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, anypublic boolean match(de.flapdoodle.embed.process.distribution.Distribution distribution)
match in interface DistributionMatchpublic static VersionRange of(NumericVersion min, NumericVersion max)
public static VersionRange of(String min, String max)
Copyright © 2021. All rights reserved.