Package | Description |
---|---|
org.osgi.service.deploymentadmin |
Deployment Admin Package Version 1.1.
|
org.osgi.service.deploymentadmin.spi |
Deployment Admin SPI Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
DeploymentPackage |
DeploymentAdmin.getDeploymentPackage(Bundle bundle)
Gives back the installed
DeploymentPackage that owns the bundle. |
DeploymentPackage |
DeploymentAdmin.getDeploymentPackage(java.lang.String symbName)
Gets the currently installed
DeploymentPackage instance which has
the given symbolic name. |
DeploymentPackage |
DeploymentAdmin.installDeploymentPackage(java.io.InputStream in)
Installs a Deployment Package from an input stream.
|
DeploymentPackage[] |
DeploymentAdmin.listDeploymentPackages()
Lists the Deployment Packages currently installed on the platform.
|
Modifier and Type | Method and Description |
---|---|
DeploymentPackage |
DeploymentSession.getSourceDeploymentPackage()
If the deployment action is an install or an update, this call returns
the
DeploymentPackage instance that corresponds to the deployment
package being streamed in for this session. |
DeploymentPackage |
DeploymentSession.getTargetDeploymentPackage()
If the deployment action is an update or an uninstall, this call returns
the
DeploymentPackage instance for the installed deployment
package. |
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0