Uses of Interface
org.apache.felix.framework.cache.Content

Packages that use Content
org.apache.felix.framework   
org.apache.felix.framework.cache   
 

Uses of Content in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return Content
 Content BundleRevisionImpl.getContent()
           
 

Uses of Content in org.apache.felix.framework.cache
 

Classes in org.apache.felix.framework.cache that implement Content
 class ContentDirectoryContent
           
 class DirectoryContent
           
 class JarContent
           
 

Methods in org.apache.felix.framework.cache that return Content
abstract  Content BundleArchiveRevision.getContent()
           
 Content DirectoryContent.getEntryAsContent(java.lang.String entryName)
           
 Content ContentDirectoryContent.getEntryAsContent(java.lang.String name)
           
 Content JarContent.getEntryAsContent(java.lang.String entryName)
           
 Content Content.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.
 

Constructors in org.apache.felix.framework.cache with parameters of type Content
ContentDirectoryContent(Content content, java.lang.String path)
           
 



Copyright © 2012. All Rights Reserved.