Package | Description |
---|---|
org.eclipse.osgi.baseadaptor | |
org.eclipse.osgi.framework.adaptor | |
org.eclipse.osgi.internal.baseadaptor |
Modifier and Type | Method and Description |
---|---|
BundleOperation |
BaseAdaptor.installBundle(String location,
URLConnection source) |
BundleOperation |
BaseAdaptor.uninstallBundle(BundleData bundledata) |
BundleOperation |
BaseAdaptor.updateBundle(BundleData bundledata,
URLConnection source) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleInstall |
class |
BundleUninstall |
class |
BundleUpdate |
Modifier and Type | Method and Description |
---|---|
BundleOperation |
BaseStorage.installBundle(String location,
URLConnection source) |
BundleOperation |
BaseStorage.uninstallBundle(BaseData data) |
BundleOperation |
BaseStorage.updateBundle(BaseData data,
URLConnection source) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.