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

Packages that use BundleInfoImpl
org.apache.felix.deploymentadmin   
 

Uses of BundleInfoImpl in org.apache.felix.deploymentadmin
 

Methods in org.apache.felix.deploymentadmin that return BundleInfoImpl
 BundleInfoImpl AbstractDeploymentPackage.getBundleInfoByName(String symbolicName)
          Determines the info about a bundle resource based on the bundle symbolic name.
 BundleInfoImpl AbstractDeploymentPackage.getBundleInfoByPath(String path)
          Determines the info about a bundle based on it's path/resource-id.
 BundleInfoImpl[] AbstractDeploymentPackage.getBundleInfoImpls()
          Returns the bundles of this deployment package as an array of BundleInfoImpl objects.
abstract  BundleInfoImpl[] AbstractDeploymentPackage.getOrderedBundleInfos()
          Determines the bundles of this deployment package in the order in which they were originally received.
 



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