Uses of Class
org.apache.felix.deploymentadmin.VersionRange

Packages that use VersionRange
org.apache.felix.deploymentadmin   
 

Uses of VersionRange in org.apache.felix.deploymentadmin
 

Fields in org.apache.felix.deploymentadmin declared as VersionRange
static VersionRange VersionRange.infiniteRange
           
 

Methods in org.apache.felix.deploymentadmin that return VersionRange
 VersionRange DeploymentPackageManifest.getFixPackage()
          Determines the version range a fix package can be applied to
 VersionRange AbstractDeploymentPackage.getVersionRange()
          If this deployment package is a fix package this method determines the version range this deployment package can be applied to.
static VersionRange VersionRange.parse(String range)
          Parses a version range from the specified string.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.