|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleFile | |
---|---|
org.eclipse.osgi.baseadaptor | |
org.eclipse.osgi.baseadaptor.bundlefile | |
org.eclipse.osgi.baseadaptor.hooks | |
org.eclipse.osgi.baseadaptor.loader |
Uses of BundleFile in org.eclipse.osgi.baseadaptor |
---|
Fields in org.eclipse.osgi.baseadaptor declared as BundleFile | |
---|---|
protected BundleFile |
BaseData.bundleFile
|
Methods in org.eclipse.osgi.baseadaptor that return BundleFile | |
---|---|
BundleFile |
BaseAdaptor.createBundleFile(java.lang.Object content,
BaseData data)
Creates a bundle file object for the given content and base data. |
BundleFile |
BaseData.getBundleFile()
Returns the BundleFile for this BaseData. |
Uses of BundleFile in org.eclipse.osgi.baseadaptor.bundlefile |
---|
Subclasses of BundleFile in org.eclipse.osgi.baseadaptor.bundlefile | |
---|---|
class |
DirBundleFile
A BundleFile that uses a directory as its base file. |
class |
NestedDirBundleFile
A NestedDirBundleFile uses another BundleFile as its source but accesses all of its resources relative to a nested directory within the other BundleFile object. |
class |
ZipBundleFile
A BundleFile that uses a ZipFile as it base file. |
Fields in org.eclipse.osgi.baseadaptor.bundlefile declared as BundleFile | |
---|---|
protected BundleFile |
ZipBundleEntry.bundleFile
The BundleFile for this entry. |
Methods in org.eclipse.osgi.baseadaptor.bundlefile with parameters of type BundleFile | |
---|---|
void |
MRUBundleFileList.add(BundleFile bundleFile)
Adds a BundleFile which is about to be opened to the MRU list. |
boolean |
MRUBundleFileList.isClosing(BundleFile bundleFile)
Returns true if this MRUBundleFileList is currently closing the specified bundle file on the current thread. |
boolean |
MRUBundleFileList.remove(BundleFile bundleFile)
Removes a bundle file which is about to be closed |
void |
MRUBundleFileList.use(BundleFile bundleFile)
Increments the use stamp of a bundle file |
Constructors in org.eclipse.osgi.baseadaptor.bundlefile with parameters of type BundleFile | |
---|---|
NestedDirBundleFile(BundleFile baseBundlefile,
java.lang.String cp)
Constructs a NestedDirBundleFile |
Uses of BundleFile in org.eclipse.osgi.baseadaptor.hooks |
---|
Methods in org.eclipse.osgi.baseadaptor.hooks that return BundleFile | |
---|---|
BundleFile |
BundleFileFactoryHook.createBundleFile(java.lang.Object content,
BaseData data,
boolean base)
Creates a bundle file for the given content and base data. |
BundleFile |
BundleFileWrapperFactoryHook.wrapBundleFile(BundleFile bundleFile,
java.lang.Object content,
BaseData data,
boolean base)
Wraps a bundle file for the given content and base data. |
Methods in org.eclipse.osgi.baseadaptor.hooks with parameters of type BundleFile | |
---|---|
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 BundleFile in org.eclipse.osgi.baseadaptor.loader |
---|
Methods in org.eclipse.osgi.baseadaptor.loader that return BundleFile | |
---|---|
BundleFile |
ClasspathEntry.getBundleFile()
Returns the source BundleFile for this classpath entry |
Methods in org.eclipse.osgi.baseadaptor.loader with parameters of type BundleFile | |
---|---|
ClasspathEntry |
BaseClassLoader.createClassPathEntry(BundleFile bundlefile,
java.security.ProtectionDomain cpDomain)
Creates a classpath entry with the given bundle file and domain |
Constructors in org.eclipse.osgi.baseadaptor.loader with parameters of type BundleFile | |
---|---|
ClasspathEntry(BundleFile bundlefile,
java.security.ProtectionDomain domain)
Constructs a ClasspathElement with the specified bundlefile and domain |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |