Uses of Class
org.osgi.framework.VersionRange

Packages that use VersionRange
org.eclipse.osgi.service.resolver   
org.osgi.framework Framework Package Version 1.6. 
 

Uses of VersionRange in org.eclipse.osgi.service.resolver
 

Subclasses of VersionRange in org.eclipse.osgi.service.resolver
 class VersionRange
          This class represents a version range.
 

Uses of VersionRange in org.osgi.framework
 

Methods in org.osgi.framework that return VersionRange
 VersionRange VersionRange.intersection(VersionRange... ranges)
          Returns the intersection of this version range with the specified version ranges.
 

Methods in org.osgi.framework with parameters of type VersionRange
 VersionRange VersionRange.intersection(VersionRange... ranges)
          Returns the intersection of this version range with the specified version ranges.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.