Uses of Interface
org.apache.felix.framework.cache.Content
-
Packages that use Content Package Description 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 Modifier and Type Method Description ContentBundleRevisionImpl. getContent() -
Uses of Content in org.apache.felix.framework.cache
Classes in org.apache.felix.framework.cache that implement Content Modifier and Type Class Description classContentDirectoryContentclassDirectoryContentclassJarContentMethods in org.apache.felix.framework.cache that return Content Modifier and Type Method Description abstract ContentBundleArchiveRevision. getContent()ContentContent. 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.ContentContentDirectoryContent. getEntryAsContent(java.lang.String name)ContentDirectoryContent. getEntryAsContent(java.lang.String entryName)ContentJarContent. getEntryAsContent(java.lang.String entryName)Constructors in org.apache.felix.framework.cache with parameters of type Content Constructor Description ContentDirectoryContent(Content content, java.lang.String path)
-