| Interface | Description |
|---|---|
| Constants |
| Class | Description |
|---|---|
| AbstractDeploymentPackage |
Base class for various types of deployment packages.
|
| AbstractInfo |
Objects of this class represent the meta data for a resource from a deployment package, this
can be either bundle resources or processed resources.
|
| Activator |
Bundle activator for the deployment admin bundle
|
| BundleInfoImpl |
Implementation of the
BundleInfo interface as defined by the OSGi mobile specification. |
| DeploymentAdminConfig |
Provides the configuration options for this DeploymentAdmin implementation.
|
| DeploymentAdminImpl | |
| DeploymentPackageManifest |
This class represents a manifest file used to describe the contents of a deployment package.
|
| FileDeploymentPackage |
Implementation of a
DeploymentPackage that is persisted on disk. |
| NonCloseableStream |
Stream that does nothing when close() is invoked, calls to one of the read methods will throw an
IOException
after close() is called. |
| ResourceInfoImpl |
This class represents the meta data of a processed resource as used by the Deployment Admin.
|
| Semaphore |
A semaphore, that maintains one single permit.
|
| StreamDeploymentPackage |
This class represents a deployment package that is read from a jar stream.
|
| Utils | |
| VersionRange |
This class represents a version range as defined in section 3.2.5 of the OSGi r4 specification.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.