Uses of Interface
org.osgi.service.deploymentadmin.DeploymentPackage
-
Packages that use DeploymentPackage Package Description org.osgi.service.deploymentadmin Deployment Admin Package Version 1.1.org.osgi.service.deploymentadmin.spi Deployment Admin SPI Package Version 1.0. -
-
Uses of DeploymentPackage in org.osgi.service.deploymentadmin
Methods in org.osgi.service.deploymentadmin that return DeploymentPackage Modifier and Type Method Description DeploymentPackage
DeploymentAdmin. getDeploymentPackage(java.lang.String symbName)
Gets the currently installedDeploymentPackage
instance which has the given symbolic name.DeploymentPackage
DeploymentAdmin. getDeploymentPackage(org.osgi.framework.Bundle bundle)
Gives back the installedDeploymentPackage
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. -
Uses of DeploymentPackage in org.osgi.service.deploymentadmin.spi
Methods in org.osgi.service.deploymentadmin.spi that return DeploymentPackage Modifier and Type Method Description DeploymentPackage
DeploymentSession. 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.DeploymentPackage
DeploymentSession. getTargetDeploymentPackage()
If the deployment action is an update or an uninstall, this call returns theDeploymentPackage
instance for the installed deployment package.
-