Uses of Interface
org.apache.aries.application.VersionRange

Packages that use VersionRange
org.apache.aries.application   
org.apache.aries.application.management   
 

Uses of VersionRange in org.apache.aries.application
 

Methods in org.apache.aries.application that return VersionRange
 VersionRange Content.getVersion()
          get the version info for the version attribute
 VersionRange VersionRange.intersect(VersionRange range)
          Create a new version range that is the intersection of this and the argument.
 

Methods in org.apache.aries.application with parameters of type VersionRange
 VersionRange VersionRange.intersect(VersionRange range)
          Create a new version range that is the intersection of this and the argument.
 

Uses of VersionRange in org.apache.aries.application.management
 

Methods in org.apache.aries.application.management that return VersionRange
 VersionRange ResolveConstraint.getVersionRange()
          The version range of the newly required bundle
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.