Uses of Interface
org.apache.felix.moduleloader.IContent

Packages that use IContent
org.apache.felix.framework.cache   
org.apache.felix.framework.searchpolicy   
org.apache.felix.moduleloader   
 

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 ContentDirectoryContent.getEntryAsContent(java.lang.String name)
           
 IContent DirectoryContent.getEntryAsContent(java.lang.String entryName)
           
 

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.framework.searchpolicy
 

Methods in org.apache.felix.framework.searchpolicy that return IContent
 IContent[] ContentLoaderImpl.getClassPath()
           
 IContent ContentLoaderImpl.getContent()
           
 

Constructors in org.apache.felix.framework.searchpolicy with parameters of type IContent
ContentLoaderImpl(Logger logger, IContent content)
           
 

Uses of IContent in org.apache.felix.moduleloader
 

Methods in org.apache.felix.moduleloader that return IContent
 IContent IContentLoader.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.