| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
PatchAwareContent |
| Modifier and Type | Method and Description |
|---|---|
Content |
BundleRevisionImpl.getContent() |
Content |
PatchAwareContent.getEntryAsContent(String name) |
| Constructor and Description |
|---|
PatchAwareContent(Content content,
File dir) |
PatchAwareContent(Content content,
String symbolicName,
String version) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentDirectoryContent |
class |
DirectoryContent |
class |
JarContent |
| Modifier and Type | Method and Description |
|---|---|
abstract Content |
BundleArchiveRevision.getContent() |
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 |
JarContent.getEntryAsContent(String entryName) |
Content |
DirectoryContent.getEntryAsContent(String entryName) |
Content |
ContentDirectoryContent.getEntryAsContent(String name) |
| Constructor and Description |
|---|
ContentDirectoryContent(Content content,
String path) |
Copyright © 2007-2014 FuseSource, Corp.. All Rights Reserved.