Uses of Interface
org.eclipse.osgi.framework.adaptor.BundleOperation

Packages that use BundleOperation
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.framework.adaptor   
 

Uses of BundleOperation in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return BundleOperation
 BundleOperation BaseAdaptor.installBundle(java.lang.String location, java.net.URLConnection source)
           
 BundleOperation BaseAdaptor.uninstallBundle(BundleData bundledata)
           
 BundleOperation BaseAdaptor.updateBundle(BundleData bundledata, java.net.URLConnection source)
           
 

Uses of BundleOperation in org.eclipse.osgi.framework.adaptor
 

Methods in org.eclipse.osgi.framework.adaptor that return BundleOperation
 BundleOperation FrameworkAdaptor.installBundle(java.lang.String location, java.net.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, java.net.URLConnection source)
          Prepare to update a bundle from a URLConnection.