|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContent | |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.cache | |
org.apache.felix.moduleloader |
Uses of IContent in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that return IContent | |
---|---|
IContent |
ModuleImpl.getContent()
|
Constructors in org.apache.felix.framework with parameters of type IContent | |
---|---|
ModuleImpl(Logger logger,
java.util.Map configMap,
Felix.FelixResolver resolver,
org.osgi.framework.Bundle bundle,
java.lang.String id,
java.util.Map headerMap,
IContent content,
java.net.URLStreamHandler streamHandler,
java.lang.String[] bootPkgs,
boolean[] bootPkgWildcards)
|
Uses of IContent in org.apache.felix.framework.cache |
---|
Classes in org.apache.felix.framework.cache that implement IContent | |
---|---|
class |
ContentDirectoryContent
|
class |
DirectoryContent
|
class |
JarContent
|
Methods in org.apache.felix.framework.cache that return IContent | |
---|---|
abstract IContent |
BundleRevision.getContent()
|
IContent |
JarContent.getEntryAsContent(java.lang.String entryName)
|
IContent |
DirectoryContent.getEntryAsContent(java.lang.String entryName)
|
IContent |
ContentDirectoryContent.getEntryAsContent(java.lang.String name)
|
Constructors in org.apache.felix.framework.cache with parameters of type IContent | |
---|---|
ContentDirectoryContent(IContent content,
java.lang.String path)
|
Uses of IContent in org.apache.felix.moduleloader |
---|
Methods in org.apache.felix.moduleloader that return IContent | |
---|---|
IContent |
IModule.getContent()
|
IContent |
IContent.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |