Class | Description |
---|---|
BundleEntry |
A BundleEntry represents one entry of a BundleFile.
|
BundleFile |
The BundleFile API is used by Adaptors to read resources out of an
installed Bundle in the Framework.
|
BundleFileWrapperChain |
Used to chain the BundleFile objects returned from
BundleFileWrapperFactoryHook . |
DirBundleFile |
A BundleFile that uses a directory as its base file.
|
DirZipBundleEntry |
Represents a directory entry in a ZipBundleFile.
|
FileBundleEntry |
A BundleEntry represented by a File object.
|
MRUBundleFileList |
A simple/quick/small implementation of an MRU (Most Recently Used) list to keep
track of open BundleFiles.
|
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.
|
ZipBundleEntry |
A BundleEntry represented by a ZipEntry in a ZipFile.
|
ZipBundleFile |
A BundleFile that uses a ZipFile as it base file.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.