Uses of Interface
org.osgi.service.deploymentadmin.DeploymentPackage
Packages that use DeploymentPackage
-
Uses of DeploymentPackage in org.osgi.service.deploymentadmin
Methods in org.osgi.service.deploymentadmin that return DeploymentPackageModifier and TypeMethodDescriptionDeploymentAdmin.getDeploymentPackage
(String symbName) Gets the currently installedDeploymentPackage
instance which has the given symbolic name.DeploymentAdmin.getDeploymentPackage
(org.osgi.framework.Bundle bundle) Gives back the installedDeploymentPackage
that owns the bundle.DeploymentAdmin.installDeploymentPackage
(InputStream in) Installs a Deployment Package from an input stream.DeploymentAdmin.listDeploymentPackages()
Lists the Deployment Packages currently installed on the platform. -
Uses of DeploymentPackage in org.osgi.service.deploymentadmin.spi
Methods in org.osgi.service.deploymentadmin.spi that return DeploymentPackageModifier and TypeMethodDescriptionDeploymentSession.getSourceDeploymentPackage()
If the deployment action is an install or an update, this call returns theDeploymentPackage
instance that corresponds to the deployment package being streamed in for this session.DeploymentSession.getTargetDeploymentPackage()
If the deployment action is an update or an uninstall, this call returns theDeploymentPackage
instance for the installed deployment package.