Package | Description |
---|---|
org.apache.felix.deploymentadmin | |
org.apache.felix.deploymentadmin.spi |
Constructor and Description |
---|
AbstractDeploymentPackage(Manifest manifest,
org.osgi.framework.BundleContext bundleContext,
DeploymentAdminImpl deploymentAdmin)
Creates an instance of this class.
|
FileDeploymentPackage(File index,
File packageDir,
org.osgi.framework.BundleContext bundleContext,
DeploymentAdminImpl deploymentAdmin)
Creates a new instance of a deployment package stored on disk.
|
StreamDeploymentPackage(JarInputStream input,
org.osgi.framework.BundleContext bundleContext,
DeploymentAdminImpl deploymentAdmin)
Creates an instance of this class.
|
Constructor and Description |
---|
DeploymentSessionImpl(AbstractDeploymentPackage source,
AbstractDeploymentPackage target,
List commands,
DeploymentAdminImpl admin,
DeploymentAdminConfig config) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.