public interface VersionRange extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsVersion(Version version)
Indicate if the provided version is part of this range.
|
String |
getValue() |
boolean |
isCompatible(VersionRange otherRange)
Indicate if the provided version range is compatible with the provided version range.
|
boolean containsVersion(Version version)
version - the version to searchString getValue()
boolean isCompatible(VersionRange otherRange)
otherRange - the version range to compareCopyright © 2004–2017 XWiki. All rights reserved.