Package | Description |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.cache |
Modifier and Type | Method and Description |
---|---|
Content |
BundleRevisionImpl.getContent() |
Modifier and Type | Class and Description |
---|---|
class |
ContentDirectoryContent |
class |
DirectoryContent |
class |
JarContent |
Modifier and Type | Method and Description |
---|---|
abstract Content |
BundleArchiveRevision.getContent() |
Content |
ContentDirectoryContent.getEntryAsContent(String name) |
Content |
Content.getEntryAsContent(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 |
DirectoryContent.getEntryAsContent(String entryName) |
Content |
JarContent.getEntryAsContent(String entryName) |
Constructor and Description |
---|
ContentDirectoryContent(Content content,
String path) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.