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
 

Classes in org.apache.felix.framework that implement Content
 class PatchAwareContent
           
 

Methods in org.apache.felix.framework that return Content
 Content BundleRevisionImpl.getContent()
           
 Content PatchAwareContent.getEntryAsContent(java.lang.String name)
           
 

Constructors in org.apache.felix.framework with parameters of type Content
PatchAwareContent(Content content, java.io.File dir)
           
PatchAwareContent(Content content, java.lang.String symbolicName, java.lang.String version)
           
 

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

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



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.