public class VersionRange extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
VERSION_RANGE_PATTERN |
| Constructor and Description |
|---|
VersionRange(Version minVersion,
boolean minInclusive,
Version maxVersion,
boolean maxInclusive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Version version) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
static VersionRange |
valueOf(String text) |
public static Pattern VERSION_RANGE_PATTERN
public boolean contains(Version version)
public static VersionRange valueOf(String text)
Copyright © 2025. All rights reserved.