Modifier and Type | Field and Description |
---|---|
protected BundleFile |
BaseData.bundleFile |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
BaseData.setBundleFile(Object content,
BundleFile bundleFile) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BundleFile |
BundleFileWrapperChain.getWrapped()
The BundleFile that is wrapped
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
BundleFileWrapperChain(BundleFile wrapped,
BundleFileWrapperChain next) |
NestedDirBundleFile(BundleFile baseBundlefile,
String cp)
Constructs a NestedDirBundleFile
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BundleFile |
BundleFileWrapperFactoryHook.wrapBundleFile(BundleFile bundleFile,
Object content,
BaseData data,
boolean base)
Wraps a bundle file for the given content and base data.
|
Modifier and Type | Method and Description |
---|---|
BundleFile |
ClasspathEntry.getBundleFile()
Returns the source BundleFile for this classpath entry
|
Modifier and Type | Method and Description |
---|---|
ClasspathEntry |
BaseClassLoader.createClassPathEntry(BundleFile bundlefile,
ProtectionDomain cpDomain)
Creates a classpath entry with the given bundle file and domain
|
Constructor and Description |
---|
ClasspathEntry(BundleFile bundlefile,
ProtectionDomain domain)
Constructs a ClasspathElement with the specified bundlefile and domain
|
Modifier and Type | Method and Description |
---|---|
BundleFile |
BaseStorage.createBundleFile(Object content,
BaseData data) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ClasspathEntry |
CompositeClassLoader.createClassPathEntry(BundleFile bundlefile,
ProtectionDomain cpDomain) |
Modifier and Type | Class and Description |
---|---|
class |
SignedBundleFile
This class wraps a Repository of classes and resources to check and enforce
signatures.
|
Modifier and Type | Method and Description |
---|---|
BundleFile |
SignedBundleHook.wrapBundleFile(BundleFile bundleFile,
Object content,
BaseData data,
boolean base) |
Modifier and Type | Method and Description |
---|---|
BundleFile |
SignedBundleHook.wrapBundleFile(BundleFile bundleFile,
Object content,
BaseData data,
boolean base) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.