|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BaseData in org.eclipse.core.runtime.internal.adaptor |
|---|
| Methods in org.eclipse.core.runtime.internal.adaptor that return BaseData | |
|---|---|
BaseData |
EclipseStorageHook.getBaseData()
|
| Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type BaseData | |
|---|---|
boolean |
EclipseClassLoadingHook.addClassPathEntry(java.util.ArrayList cpEntries,
java.lang.String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
java.security.ProtectionDomain sourcedomain)
|
StorageHook |
EclipseStorageHook.create(BaseData bundledata)
|
BaseClassLoader |
EclipseClassLoadingHook.createClassLoader(java.lang.ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
java.lang.String[] bundleclasspath)
|
java.lang.String |
EclipseClassLoadingHook.findLibrary(BaseData data,
java.lang.String libName)
|
void |
EclipseClassLoadingHook.initializedClassLoader(BaseClassLoader baseClassLoader,
BaseData data)
|
StorageHook |
EclipseStorageHook.load(BaseData target,
java.io.DataInputStream in)
|
| Uses of BaseData in org.eclipse.osgi.baseadaptor |
|---|
| Methods in org.eclipse.osgi.baseadaptor with parameters of type BaseData | |
|---|---|
BundleFile |
BaseAdaptor.createBundleFile(java.lang.Object content,
BaseData data)
Creates a bundle file object for the given content and base data. |
| Uses of BaseData in org.eclipse.osgi.baseadaptor.bundlefile |
|---|
| Fields in org.eclipse.osgi.baseadaptor.bundlefile declared as BaseData | |
|---|---|
protected BaseData |
ZipBundleFile.bundledata
The bundle data |
| Methods in org.eclipse.osgi.baseadaptor.bundlefile with parameters of type BaseData | |
|---|---|
java.net.URL |
BundleFile.getResourceURL(java.lang.String path,
BaseData hostData,
int index)
Returns a URL to access the contents of the entry specified by the path |
java.net.URL |
BundleFileWrapperChain.getResourceURL(java.lang.String path,
BaseData hostData,
int index)
|
| Constructors in org.eclipse.osgi.baseadaptor.bundlefile with parameters of type BaseData | |
|---|---|
ZipBundleFile(java.io.File basefile,
BaseData bundledata)
Constructs a ZipBundle File |
|
ZipBundleFile(java.io.File basefile,
BaseData bundledata,
MRUBundleFileList mruList)
|
|
| Uses of BaseData in org.eclipse.osgi.baseadaptor.hooks |
|---|
| Methods in org.eclipse.osgi.baseadaptor.hooks with parameters of type BaseData | |
|---|---|
boolean |
ClassLoadingHook.addClassPathEntry(java.util.ArrayList cpEntries,
java.lang.String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
java.security.ProtectionDomain sourcedomain)
Gets called by a classpath manager when looking for ClasspathEntry objects. |
StorageHook |
StorageHook.create(BaseData bundledata)
Creates an uninitialized storage hook for the specified bundledata. |
BundleFile |
BundleFileFactoryHook.createBundleFile(java.lang.Object content,
BaseData data,
boolean base)
Creates a bundle file for the given content and base data. |
BaseClassLoader |
ClassLoadingHook.createClassLoader(java.lang.ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
java.lang.String[] bundleclasspath)
Gets called by a base data during BundleData.createClassLoader(ClassLoaderDelegate, BundleProtectionDomain, String[]). |
java.lang.String |
ClassLoadingHook.findLibrary(BaseData data,
java.lang.String libName)
Gets called by a base data during BundleData.findLibrary(String). |
void |
ClassLoadingHook.initializedClassLoader(BaseClassLoader baseClassLoader,
BaseData data)
Gets called by a classpath manager at the end of ClasspathManager.initialize(). |
StorageHook |
StorageHook.load(BaseData bundledata,
java.io.DataInputStream is)
Creates a new storage hook and loads the data from the specified input stream into the storage hook. |
BundleFile |
BundleFileWrapperFactoryHook.wrapBundleFile(BundleFile bundleFile,
java.lang.Object content,
BaseData data,
boolean base)
Wraps a bundle file for the given content and base data. |
| Uses of BaseData in org.eclipse.osgi.baseadaptor.loader |
|---|
| Methods in org.eclipse.osgi.baseadaptor.loader that return BaseData | |
|---|---|
BaseData |
ClasspathManager.getBaseData()
Returns the host base data for this classpath manager |
BaseData |
ClasspathEntry.getBaseData()
Returns the base data which this entry is associated with. |
BaseData |
FragmentClasspath.getBundleData()
Returns the fragment BaseData for this FragmentClasspath |
| Methods in org.eclipse.osgi.baseadaptor.loader with parameters of type BaseData | |
|---|---|
static boolean |
ClasspathManager.addClassPathEntry(java.util.ArrayList result,
java.lang.String cp,
ClasspathManager hostloader,
BaseData sourcedata,
java.security.ProtectionDomain sourcedomain)
Adds a ClasspathEntry for the requested classpath to the result. |
static void |
ClasspathManager.findClassPathEntry(java.util.ArrayList result,
java.lang.String cp,
ClasspathManager hostloader,
BaseData sourcedata,
java.security.ProtectionDomain sourcedomain)
Finds all the ClasspathEntry objects for the requested classpath. |
ClasspathEntry |
ClasspathManager.getClasspath(java.lang.String cp,
BaseData sourcedata,
java.security.ProtectionDomain sourcedomain)
Creates a new ClasspathEntry object for the requested classpath if the source exists. |
ClasspathEntry |
ClasspathManager.getExternalClassPath(java.lang.String cp,
BaseData sourcedata,
java.security.ProtectionDomain sourcedomain)
Uses the requested classpath as an absolute path to locate a source for a new ClasspathEntry. |
| Constructors in org.eclipse.osgi.baseadaptor.loader with parameters of type BaseData | |
|---|---|
ClasspathManager(BaseData data,
java.lang.String[] classpath,
BaseClassLoader classloader)
Constructs a classpath manager for the given host base data, classpath and base class loader |
|
FragmentClasspath(BaseData bundledata,
ClasspathEntry[] entries,
java.security.ProtectionDomain domain)
|
|
| Uses of BaseData in org.eclipse.osgi.internal.baseadaptor |
|---|
| Subclasses of BaseData in org.eclipse.osgi.internal.baseadaptor | |
|---|---|
class |
SystemBundleData
|
| Methods in org.eclipse.osgi.internal.baseadaptor that return BaseData | |
|---|---|
protected BaseData |
BaseStorage.createBaseData(long id,
java.lang.String location)
|
BaseData[] |
BaseStorage.getInstalledBundles()
|
protected BaseData |
BaseStorage.loadBaseData(long id,
java.io.DataInputStream in)
|
| Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type BaseData | |
|---|---|
boolean |
BaseClassLoadingHook.addClassPathEntry(java.util.ArrayList cpEntries,
java.lang.String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
java.security.ProtectionDomain sourcedomain)
|
boolean |
DevClassLoadingHook.addClassPathEntry(java.util.ArrayList cpEntries,
java.lang.String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
java.security.ProtectionDomain sourcedomain)
|
java.lang.String |
BaseStorage.copyToTempLibrary(BaseData data,
java.lang.String absolutePath)
|
StorageHook |
BaseStorageHook.create(BaseData bundledata)
|
BundleFile |
BaseStorage.createBundleFile(java.lang.Object content,
BaseData data)
|
BaseClassLoader |
BaseClassLoadingHook.createClassLoader(java.lang.ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
java.lang.String[] bundleclasspath)
|
BaseClassLoader |
DevClassLoadingHook.createClassLoader(java.lang.ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
java.lang.String[] bundleclasspath)
|
java.lang.String |
BaseClassLoadingHook.findLibrary(BaseData data,
java.lang.String libName)
|
java.lang.String |
DevClassLoadingHook.findLibrary(BaseData data,
java.lang.String libName)
|
protected java.lang.Object |
BaseStorage.getBundleContent(BaseData bundledata)
|
java.io.File |
BaseStorage.getDataFile(BaseData data,
java.lang.String path)
|
protected java.io.File[] |
BaseStorage.getExtensionFiles(BaseData bundleData)
Returns a list of classpath files for an extension bundle |
java.io.File |
BaseStorage.getExtractFile(BaseData data,
java.lang.String path)
|
void |
BaseClassLoadingHook.initializedClassLoader(BaseClassLoader baseClassLoader,
BaseData data)
|
void |
DevClassLoadingHook.initializedClassLoader(BaseClassLoader baseClassLoader,
BaseData data)
|
void |
BaseStorage.installNativeCode(BaseData data,
java.lang.String[] nativepaths)
|
StorageHook |
BaseStorageHook.load(BaseData target,
java.io.DataInputStream in)
|
java.util.Dictionary |
BaseStorage.loadManifest(BaseData data)
|
java.util.Dictionary |
BaseStorage.loadManifest(BaseData bundleData,
boolean firstTime)
|
static java.util.Dictionary |
AdaptorUtil.loadManifestFrom(BaseData bundledata)
|
protected void |
BaseStorage.processExtension(BaseData bundleData,
byte type)
Processes an extension bundle |
protected void |
BaseStorage.processExtExtension(BaseData bundleData,
byte type)
|
protected void |
BaseStorage.processFrameworkExtension(BaseData bundleData,
byte type)
Processes a framework extension bundle |
void |
BaseStorage.save(BaseData data)
|
protected void |
BaseStorage.saveBaseData(BaseData bundledata,
java.io.DataOutputStream out)
|
BundleOperation |
BaseStorage.uninstallBundle(BaseData data)
|
BundleOperation |
BaseStorage.updateBundle(BaseData data,
java.net.URLConnection source)
|
| Constructors in org.eclipse.osgi.internal.baseadaptor with parameters of type BaseData | |
|---|---|
BundleInstall(BaseData data,
java.net.URLConnection source,
BaseStorage storage)
|
|
BundleUninstall(BaseData data,
BaseStorage storage)
|
|
BundleUpdate(BaseData data,
java.net.URLConnection source,
BaseStorage storage)
|
|
DefaultClassLoader(java.lang.ClassLoader parent,
ClassLoaderDelegate delegate,
java.security.ProtectionDomain domain,
BaseData bundledata,
java.lang.String[] classpath)
Constructs a new DefaultClassLoader. |
|
| Uses of BaseData in org.eclipse.osgi.internal.composite |
|---|
| Methods in org.eclipse.osgi.internal.composite with parameters of type BaseData | |
|---|---|
boolean |
CompositeConfigurator.addClassPathEntry(java.util.ArrayList cpEntries,
java.lang.String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
java.security.ProtectionDomain sourcedomain)
|
BaseClassLoader |
CompositeConfigurator.createClassLoader(java.lang.ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
java.lang.String[] bundleclasspath)
|
java.lang.String |
CompositeConfigurator.findLibrary(BaseData data,
java.lang.String libName)
|
void |
CompositeConfigurator.initializedClassLoader(BaseClassLoader baseClassLoader,
BaseData data)
|
| Constructors in org.eclipse.osgi.internal.composite with parameters of type BaseData | |
|---|---|
CompositeClassLoader(java.lang.ClassLoader parent,
ClassLoaderDelegate delegate,
ClassLoaderDelegate companionDelegate,
BaseData data)
|
|
| Uses of BaseData in org.eclipse.osgi.internal.signedcontent |
|---|
| Methods in org.eclipse.osgi.internal.signedcontent with parameters of type BaseData | |
|---|---|
StorageHook |
SignedStorageHook.create(BaseData bundledata)
|
StorageHook |
SignedStorageHook.load(BaseData target,
java.io.DataInputStream is)
|
BundleFile |
SignedBundleHook.wrapBundleFile(BundleFile bundleFile,
java.lang.Object content,
BaseData data,
boolean base)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||