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 DeploymentPackageDeploymentAdmin. getDeploymentPackage(java.lang.String symbName)Gets the currently installedDeploymentPackageinstance which has the given symbolic name.DeploymentPackageDeploymentAdmin. getDeploymentPackage(org.osgi.framework.Bundle bundle)Gives back the installedDeploymentPackagethat owns the bundle.DeploymentPackageDeploymentAdmin. 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 DeploymentPackageDeploymentSession. getSourceDeploymentPackage()If the deployment action is an install or an update, this call returns theDeploymentPackageinstance that corresponds to the deployment package being streamed in for this session.DeploymentPackageDeploymentSession. getTargetDeploymentPackage()If the deployment action is an update or an uninstall, this call returns theDeploymentPackageinstance for the installed deployment package.
-