| Package | Description |
|---|---|
| org.apache.felix.deploymentadmin | |
| org.apache.felix.deploymentadmin.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
FileDeploymentPackage
Implementation of a
DeploymentPackage that is persisted on disk. |
class |
StreamDeploymentPackage
This class represents a deployment package that is read from a jar stream.
|
| Modifier and Type | Field and Description |
|---|---|
protected static AbstractDeploymentPackage |
AbstractDeploymentPackage.EMPTY_PACKAGE |
| Modifier and Type | Method and Description |
|---|---|
AbstractDeploymentPackage |
DeploymentSessionImpl.getSourceAbstractDeploymentPackage()
Returns the source deployment package as an
AbstractDeploymentPackage. |
AbstractDeploymentPackage |
DeploymentSessionImpl.getTargetAbstractDeploymentPackage()
Returns the target deployment package as an
AbstractDeploymentPackage. |
| Constructor and Description |
|---|
DeploymentSessionImpl(AbstractDeploymentPackage source,
AbstractDeploymentPackage target,
List commands,
DeploymentAdminImpl admin,
DeploymentAdminConfig config) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.