Class Summary |
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. |
DeploymentAdminImpl |
|
DeploymentPackageManifest |
This class represents a manifest file used to describe the contents of a deployment package. |
NonCloseableStream |
Stream that does nothing when close() is invoked, calls to one of the read methods will throw an IOException
after close() is called. |
OutputtingInputStream |
This extension of the InputStream writes every byte that is read to an
OutputStream of choice. |
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. |
VersionRange |
This class represents a version range as defined in section 3.2.5 of the OSGi r4 specification. |