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

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, Map configMap, Felix.FelixResolver resolver, org.osgi.framework.Bundle bundle, String id, Map headerMap, IContent content, URLStreamHandler streamHandler, 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 ContentDirectoryContent.getEntryAsContent(String name)
           
 IContent DirectoryContent.getEntryAsContent(String entryName)
           
 IContent JarContent.getEntryAsContent(String entryName)
           
 

Constructors in org.apache.felix.framework.cache with parameters of type IContent
ContentDirectoryContent(IContent content, 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(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.
 



Copyright © 2011. All Rights Reserved.