|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BundleData in org.eclipse.osgi.baseadaptor |
|---|
| Classes in org.eclipse.osgi.baseadaptor that implement BundleData | |
|---|---|
class |
BaseData
The BundleData implementation used by the BaseAdaptor. |
| Methods in org.eclipse.osgi.baseadaptor that return BundleData | |
|---|---|
BundleData |
BaseAdaptor.createSystemBundleData()
|
BundleData[] |
BaseAdaptor.getInstalledBundles()
|
| Methods in org.eclipse.osgi.baseadaptor with parameters of type BundleData | |
|---|---|
BundleOperation |
BaseAdaptor.uninstallBundle(BundleData bundledata)
|
BundleOperation |
BaseAdaptor.updateBundle(BundleData bundledata,
URLConnection source)
|
| Method parameters in org.eclipse.osgi.baseadaptor with type arguments of type BundleData | |
|---|---|
Enumeration<URL> |
BaseAdaptor.findEntries(List<BundleData> datas,
String path,
String filePattern,
int options)
|
| Uses of BundleData in org.eclipse.osgi.baseadaptor.loader |
|---|
| Methods in org.eclipse.osgi.baseadaptor.loader with parameters of type BundleData | |
|---|---|
void |
ClasspathManager.attachFragment(BundleData sourcedata,
ProtectionDomain sourcedomain,
String[] sourceclasspath)
Attaches the specified sourcedata, sourcedomain and sourceclasspath to this classpath manager |
| Uses of BundleData in org.eclipse.osgi.framework.adaptor |
|---|
| Methods in org.eclipse.osgi.framework.adaptor that return BundleData | |
|---|---|
BundleData |
BundleOperation.begin()
Begin the operation on the bundle (install, update, uninstall). |
BundleData |
FrameworkAdaptor.createSystemBundleData()
Creates a BundleData object for the System Bundle. |
BundleData[] |
FrameworkAdaptor.getInstalledBundles()
Return a list of the installed bundles. |
| Methods in org.eclipse.osgi.framework.adaptor with parameters of type BundleData | |
|---|---|
void |
BundleClassLoader.attachFragment(BundleData bundledata,
ProtectionDomain domain,
String[] classpath)
Attaches the BundleData for a fragment to this BundleClassLoader. |
Class<?> |
ClassLoaderDelegateHook.postFindClass(String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate.findClass(String) method after delegating to the resolved constraints and
local bundle for a class load. |
String |
ClassLoaderDelegateHook.postFindLibrary(String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate after normal delegation. |
URL |
ClassLoaderDelegateHook.postFindResource(String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate after delegating to the resolved constraints and
local bundle for a resource load. |
Enumeration<URL> |
ClassLoaderDelegateHook.postFindResources(String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate after delegating to the resolved constraints and
local bundle for a resource load. |
Class<?> |
ClassLoaderDelegateHook.preFindClass(String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate.findClass(String) method before delegating to the resolved constraints and
local bundle for a class load. |
String |
ClassLoaderDelegateHook.preFindLibrary(String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate before normal delegation. |
URL |
ClassLoaderDelegateHook.preFindResource(String name,
BundleClassLoader classLoader,
BundleData data)
Called by a #findResource(String) before delegating to the resolved constraints and
local bundle for a resource load. |
Enumeration<URL> |
ClassLoaderDelegateHook.preFindResources(String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate before delegating to the resolved constraints and
local bundle for a resource load. |
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. |
| Method parameters in org.eclipse.osgi.framework.adaptor with type arguments of type BundleData | |
|---|---|
Enumeration<URL> |
FrameworkAdaptor.findEntries(List<BundleData> datas,
String path,
String filePattern,
int options)
Returns resources entries for the specified bundle datas. |
| Uses of BundleData in org.eclipse.osgi.framework.internal.core |
|---|
| Fields in org.eclipse.osgi.framework.internal.core declared as BundleData | |
|---|---|
protected BundleData |
AbstractBundle.bundledata
Bundle's BundleData object |
| Methods in org.eclipse.osgi.framework.internal.core that return BundleData | |
|---|---|
BundleData |
AbstractBundle.getBundleData()
|
| Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleData | |
|---|---|
protected static AbstractBundle |
AbstractBundle.createBundle(BundleData bundledata,
Framework framework,
boolean setBundle)
Bundle object constructor. |
| Constructors in org.eclipse.osgi.framework.internal.core with parameters of type BundleData | |
|---|---|
AbstractBundle(BundleData bundledata,
Framework framework)
Bundle object constructor. |
|
BundleFragment(BundleData bundledata,
Framework framework)
|
|
BundleHost(BundleData bundledata,
Framework framework)
|
|
| Uses of BundleData in org.eclipse.osgi.internal.baseadaptor |
|---|
| Classes in org.eclipse.osgi.internal.baseadaptor that implement BundleData | |
|---|---|
class |
SystemBundleData
|
| Methods in org.eclipse.osgi.internal.baseadaptor that return BundleData | |
|---|---|
BundleData |
BundleUpdate.begin()
Perform the change to persistent storage. |
BundleData |
BundleUninstall.begin()
Perform the change to persistent storage. |
BundleData |
BundleInstall.begin()
Begin the operation on the bundle (install, update, uninstall). |
| Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type BundleData | |
|---|---|
void |
DefaultClassLoader.attachFragment(BundleData sourcedata,
ProtectionDomain sourcedomain,
String[] sourceclasspath)
|
protected void |
BaseStorage.processBootExtension(BundleData bundleData,
byte type)
Processes a boot extension bundle |
| Uses of BundleData in org.eclipse.osgi.internal.composite |
|---|
| Methods in org.eclipse.osgi.internal.composite with parameters of type BundleData | |
|---|---|
void |
CompositeClassLoader.attachFragment(BundleData bundledata,
ProtectionDomain domain,
String[] classpath)
|
protected Framework |
SurrogateImpl.findCompanionFramework(Framework thisFramework,
BundleData thisData)
|
protected abstract Framework |
CompositeBase.findCompanionFramework(Framework thisFramework,
BundleData thisData)
|
protected Framework |
CompositeImpl.findCompanionFramework(Framework thisFramework,
BundleData thisData)
|
| Constructors in org.eclipse.osgi.internal.composite with parameters of type BundleData | |
|---|---|
CompositeBase(BundleData bundledata,
Framework framework)
|
|
CompositeImpl(BundleData bundledata,
Framework framework)
|
|
SurrogateImpl(BundleData bundledata,
Framework framework)
|
|
| Uses of BundleData in org.eclipse.osgi.internal.loader |
|---|
| Methods in org.eclipse.osgi.internal.loader that return BundleData | |
|---|---|
BundleData |
BundleLoaderProxy.getBundleData()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||