Modifier and Type | Class and Description |
---|---|
class |
BaseData
The BundleData implementation used by the BaseAdaptor.
|
Modifier and Type | Method and Description |
---|---|
BundleData |
BaseAdaptor.createSystemBundleData() |
BundleData[] |
BaseAdaptor.getInstalledBundles() |
Modifier and Type | Method and Description |
---|---|
BundleOperation |
BaseAdaptor.uninstallBundle(BundleData bundledata) |
BundleOperation |
BaseAdaptor.updateBundle(BundleData bundledata,
URLConnection source) |
Modifier and Type | Method and Description |
---|---|
Enumeration<URL> |
BaseAdaptor.findEntries(List<BundleData> datas,
String path,
String filePattern,
int options) |
Modifier and Type | Method and Description |
---|---|
void |
ClasspathManager.attachFragment(BundleData sourcedata,
ProtectionDomain sourcedomain,
String[] sourceclasspath)
Attaches the specified sourcedata, sourcedomain and sourceclasspath to this classpath manager
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<URL> |
FrameworkAdaptor.findEntries(List<BundleData> datas,
String path,
String filePattern,
int options)
Returns resources entries for the specified bundle datas.
|
Modifier and Type | Field and Description |
---|---|
protected BundleData |
AbstractBundle.bundledata
Bundle's BundleData object
|
Modifier and Type | Method and Description |
---|---|
BundleData |
AbstractBundle.getBundleData() |
Modifier and Type | Method and Description |
---|---|
protected static AbstractBundle |
AbstractBundle.createBundle(BundleData bundledata,
Framework framework,
boolean setBundle)
Bundle object constructor.
|
Constructor and Description |
---|
AbstractBundle(BundleData bundledata,
Framework framework)
Bundle object constructor.
|
BundleFragment(BundleData bundledata,
Framework framework) |
BundleHost(BundleData bundledata,
Framework framework) |
Modifier and Type | Class and Description |
---|---|
class |
SystemBundleData |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultClassLoader.attachFragment(BundleData sourcedata,
ProtectionDomain sourcedomain,
String[] sourceclasspath) |
protected void |
BaseStorage.processBootExtension(BundleData bundleData,
byte type)
Processes a boot extension bundle
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeClassLoader.attachFragment(BundleData bundledata,
ProtectionDomain domain,
String[] classpath) |
protected Framework |
CompositeImpl.findCompanionFramework(Framework thisFramework,
BundleData thisData) |
protected Framework |
SurrogateImpl.findCompanionFramework(Framework thisFramework,
BundleData thisData) |
protected abstract Framework |
CompositeBase.findCompanionFramework(Framework thisFramework,
BundleData thisData) |
Constructor and Description |
---|
CompositeBase(BundleData bundledata,
Framework framework) |
CompositeImpl(BundleData bundledata,
Framework framework) |
SurrogateImpl(BundleData bundledata,
Framework framework) |
Modifier and Type | Method and Description |
---|---|
BundleData |
BundleLoaderProxy.getBundleData() |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.