Package | Description |
---|---|
org.osgi.service.deploymentadmin | |
org.osgi.service.deploymentadmin.spi |
Modifier and Type | Method | Description |
---|---|---|
DeploymentPackage |
DeploymentAdmin.getDeploymentPackage(java.lang.String symbName) |
Gets the currently installed
DeploymentPackage instance which has the given
symbolic name. |
DeploymentPackage |
DeploymentAdmin.getDeploymentPackage(org.osgi.framework.Bundle bundle) |
Gives back the installed
DeploymentPackage that owns the bundle. |
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 | 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. |