Package | Description |
---|---|
org.apache.felix.deploymentadmin |
Modifier and Type | Method and Description |
---|---|
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. |
BundleInfoImpl[] |
StreamDeploymentPackage.getOrderedBundleInfos() |
BundleInfoImpl[] |
FileDeploymentPackage.getOrderedBundleInfos() |
abstract BundleInfoImpl[] |
AbstractDeploymentPackage.getOrderedBundleInfos()
Determines the bundles of this deployment package in the order in which
they were originally received.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.