Uses of Class
org.osgi.framework.VersionRange
-
Packages that use VersionRange Package Description org.osgi.framework Framework Package Version 1.9. -
-
Uses of VersionRange in org.osgi.framework
Methods in org.osgi.framework that return VersionRange Modifier and Type Method Description VersionRangeVersionRange. intersection(VersionRange... ranges)Returns the intersection of this version range with the specified version ranges.static VersionRangeVersionRange. valueOf(java.lang.String range)Returns aVersionRangeobject holding the version range in the specifiedString.Methods in org.osgi.framework with parameters of type VersionRange Modifier and Type Method Description VersionRangeVersionRange. intersection(VersionRange... ranges)Returns the intersection of this version range with the specified version ranges.
-