Uses of Interface
org.xwiki.extension.version.VersionRange
-
Packages that use VersionRange Package Description org.xwiki.extension.version -
-
Uses of VersionRange in org.xwiki.extension.version
Subinterfaces of VersionRange in org.xwiki.extension.version Modifier and Type Interface Description interface
VersionRangeCollection
ExtendsVersionRange
to as a list ofVersionRange
.Methods in org.xwiki.extension.version that return types with arguments of type VersionRange Modifier and Type Method Description Collection<VersionRange>
VersionRangeCollection. getRanges()
Gets the version ranges.Methods in org.xwiki.extension.version with parameters of type VersionRange Modifier and Type Method Description boolean
VersionRange. isCompatible(VersionRange otherRange)
Indicate if the provided version range is compatible with the provided version range.
-