|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BundleOperation | |
|---|---|
| org.eclipse.osgi.baseadaptor | |
| org.eclipse.osgi.framework.adaptor | |
| org.eclipse.osgi.internal.baseadaptor | |
| Uses of BundleOperation in org.eclipse.osgi.baseadaptor |
|---|
| Methods in org.eclipse.osgi.baseadaptor that return BundleOperation | |
|---|---|
BundleOperation |
BaseAdaptor.installBundle(String location,
URLConnection source)
|
BundleOperation |
BaseAdaptor.uninstallBundle(BundleData bundledata)
|
BundleOperation |
BaseAdaptor.updateBundle(BundleData bundledata,
URLConnection source)
|
| Uses of BundleOperation in org.eclipse.osgi.framework.adaptor |
|---|
| Methods in org.eclipse.osgi.framework.adaptor that return BundleOperation | |
|---|---|
BundleOperation |
FrameworkAdaptor.installBundle(String location,
URLConnection source)
Prepare to install a bundle from a URLConnection. |
BundleOperation |
FrameworkAdaptor.uninstallBundle(BundleData bundledata)
Prepare to uninstall a bundle. |
BundleOperation |
FrameworkAdaptor.updateBundle(BundleData bundledata,
URLConnection source)
Prepare to update a bundle from a URLConnection. |
| Uses of BundleOperation in org.eclipse.osgi.internal.baseadaptor |
|---|
| Classes in org.eclipse.osgi.internal.baseadaptor that implement BundleOperation | |
|---|---|
class |
BundleInstall
|
class |
BundleUninstall
|
class |
BundleUpdate
|
| Methods in org.eclipse.osgi.internal.baseadaptor that return BundleOperation | |
|---|---|
BundleOperation |
BaseStorage.installBundle(String location,
URLConnection source)
|
BundleOperation |
BaseStorage.uninstallBundle(BaseData data)
|
BundleOperation |
BaseStorage.updateBundle(BaseData data,
URLConnection source)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||