|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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. |
BundleFile |
BaseData.getBundleFile(Object content,
boolean base)
|
| Methods in org.eclipse.osgi.baseadaptor with parameters of type BundleFile | |
|---|---|
void |
BaseData.setBundleFile(Object content,
BundleFile bundleFile)
|
| Method parameters in org.eclipse.osgi.baseadaptor with type arguments of type BundleFile | |
|---|---|
List<String> |
BaseAdaptor.listEntryPaths(List<BundleFile> bundleFiles,
String path,
String filePattern,
int options)
Returns the names of resources available from a list of bundle files. |
| Uses of BundleFile in org.eclipse.osgi.baseadaptor.bundlefile |
|---|
| Subclasses of BundleFile in org.eclipse.osgi.baseadaptor.bundlefile | |
|---|---|
class |
BundleFileWrapperChain
Used to chain the BundleFile objects returned from BundleFileWrapperFactoryHook. |
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. |
| Methods in org.eclipse.osgi.baseadaptor.bundlefile that return BundleFile | |
|---|---|
BundleFile |
BundleFileWrapperChain.getWrapped()
The BundleFile that is wrapped |
| 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. |
void |
MRUBundleFileList.dispatchEvent(Object eventListener,
Object listenerObject,
int eventAction,
BundleFile eventObject)
|
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 | |
|---|---|
BundleFileWrapperChain(BundleFile wrapped,
BundleFileWrapperChain next)
|
|
NestedDirBundleFile(BundleFile baseBundlefile,
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(Object content,
BaseData data,
boolean base)
Creates a bundle file for the given content and base data. |
BundleFile |
BundleFileWrapperFactoryHook.wrapBundleFile(BundleFile bundleFile,
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,
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,
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,
ProtectionDomain domain)
Constructs a ClasspathElement with the specified bundlefile and domain |
|
| Uses of BundleFile in org.eclipse.osgi.internal.baseadaptor |
|---|
| Methods in org.eclipse.osgi.internal.baseadaptor that return BundleFile | |
|---|---|
BundleFile |
BaseStorage.createBundleFile(Object content,
BaseData data)
|
| Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type BundleFile | |
|---|---|
ClasspathEntry |
DefaultClassLoader.createClassPathEntry(BundleFile bundlefile,
ProtectionDomain cpDomain)
|
static ProtectionDomain |
DefaultClassLoader.createProtectionDomain(BundleFile bundlefile,
ProtectionDomain baseDomain)
Creates a ProtectionDomain which uses specified BundleFile and the permissions of the baseDomain |
| Uses of BundleFile in org.eclipse.osgi.internal.composite |
|---|
| Methods in org.eclipse.osgi.internal.composite with parameters of type BundleFile | |
|---|---|
ClasspathEntry |
CompositeClassLoader.createClassPathEntry(BundleFile bundlefile,
ProtectionDomain cpDomain)
|
| Uses of BundleFile in org.eclipse.osgi.internal.signedcontent |
|---|
| Subclasses of BundleFile in org.eclipse.osgi.internal.signedcontent | |
|---|---|
class |
SignedBundleFile
This class wraps a Repository of classes and resources to check and enforce signatures. |
| Methods in org.eclipse.osgi.internal.signedcontent that return BundleFile | |
|---|---|
BundleFile |
SignedBundleHook.wrapBundleFile(BundleFile bundleFile,
Object content,
BaseData data,
boolean base)
|
| Methods in org.eclipse.osgi.internal.signedcontent with parameters of type BundleFile | |
|---|---|
BundleFile |
SignedBundleHook.wrapBundleFile(BundleFile bundleFile,
Object content,
BaseData data,
boolean base)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||