Class | Description |
---|---|
AbstractBundleTask |
Abstract base class for bundle related tasks.
|
BundleInfo |
Holds the bundle info that we need, makes it easier to test
without an OSGi framework.
|
BundleInstallTask |
Install a bundle supplied as a RegisteredResource.
|
BundleRemoveTask |
Remove a bundle from a RegisteredResource.
|
BundleStartTask |
Start a bundle given its bundle ID
Restarts if the bundle does not start on the first try,
but only after receiving a bundle or framework event,
indicating that it's worth retrying
|
BundleTaskCreator |
Task creator for bundles
|
BundleUpdateTask |
Update a bundle from a RegisteredResource.
|
BundleUtil | |
InstallerBundleUpdateTask |
Update the installer itself
|
RefreshBundlesTask |
Refresh a set of bundles.
|
RestartActiveBundlesTask |
Restart all active bundles.
|
SystemBundleUpdateTask |
Update the system bundle from a RegisteredResource.
|
TaskSupport |
Support class for the tasks.
|
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.