| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.cache |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ExtensionManager
The ExtensionManager class is used in several ways.
|
| Modifier and Type | Field and Description |
|---|---|
private Content |
BundleRevisionImpl.m_content |
private Content |
BundleProtectionDomain.BundleInputStream.m_root |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Content> |
BundleRevisionImpl.m_contentPath |
private java.util.List<Content> |
BundleWiringImpl.m_fragmentContents |
| Modifier and Type | Method and Description |
|---|---|
Content |
BundleRevisionImpl.getContent() |
Content |
ExtensionManager.ExtensionManagerRevision.getContent() |
Content |
ExtensionManager.getEntryAsContent(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.util.List<Content> |
BundleRevisionImpl.getContentPath() |
(package private) java.util.List<Content> |
BundleWiringImpl.getFragmentContents() |
private java.util.List<Content> |
BundleRevisionImpl.initializeContentPath() |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List |
BundleRevisionImpl.calculateContentPath(BundleRevision revision,
Content content,
java.util.List<Content> contentList,
boolean searchFragments) |
(package private) java.lang.Class |
BundleWiringImpl.BundleClassLoader.defineClass(Felix felix,
java.util.Set<ServiceReference<WovenClassListener>> wovenClassListeners,
WovenClassImpl wci,
java.lang.String name,
java.lang.Class clazz,
byte[] bytes,
Content content,
java.lang.String pkgName,
java.lang.Object lock) |
(package private) void |
BundleRevisionImpl.resetContent(Content content) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List |
BundleRevisionImpl.calculateContentPath(BundleRevision revision,
Content content,
java.util.List<Content> contentList,
boolean searchFragments) |
| Constructor and Description |
|---|
BundleInputStream(Content root) |
BundleRevisionImpl(BundleImpl bundle,
java.lang.String id,
java.util.Map headerMap,
Content content) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentDirectoryContent |
class |
DirectoryContent |
class |
JarContent |
| Modifier and Type | Field and Description |
|---|---|
private Content |
ContentDirectoryContent.m_content |
| Modifier and Type | Method and Description |
|---|---|
abstract Content |
BundleArchiveRevision.getContent() |
Content |
DirectoryRevision.getContent() |
Content |
JarRevision.getContent() |
Content |
Content.getEntryAsContent(java.lang.String name)
This method returns the named entry as an IContent Typically,
this method only makes sense for entries that correspond to some form
of aggregated resource (e.g., an embedded JAR file or directory), but
implementations are free to interpret this however makes sense.
|
Content |
ContentDirectoryContent.getEntryAsContent(java.lang.String name) |
Content |
DirectoryContent.getEntryAsContent(java.lang.String entryName) |
Content |
JarContent.getEntryAsContent(java.lang.String entryName) |
| Constructor and Description |
|---|
ContentDirectoryContent(Content content,
java.lang.String path) |