Uses of Interface
org.apache.felix.framework.cache.Content
Packages that use Content
-
Uses of Content in org.apache.felix.framework
Classes in org.apache.felix.framework that implement ContentModifier and TypeClassDescription(package private) class
The ExtensionManager class is used in several ways.Fields in org.apache.felix.framework declared as ContentModifier and TypeFieldDescriptionprivate Content
BundleRevisionImpl.m_content
private final Content
BundleProtectionDomain.BundleInputStream.m_root
Fields in org.apache.felix.framework with type parameters of type ContentModifier and TypeFieldDescriptionBundleRevisionImpl.m_contentPath
BundleWiringImpl.m_fragmentContents
Methods in org.apache.felix.framework that return ContentModifier and TypeMethodDescriptionBundleRevisionImpl.getContent()
ExtensionManager.ExtensionManagerRevision.getContent()
ExtensionManager.getEntryAsContent
(String name) Methods in org.apache.felix.framework that return types with arguments of type ContentModifier and TypeMethodDescriptionBundleRevisionImpl.getContentPath()
BundleWiringImpl.getFragmentContents()
BundleRevisionImpl.initializeContentPath()
Methods in org.apache.felix.framework with parameters of type ContentModifier and TypeMethodDescriptionprivate List
BundleRevisionImpl.calculateContentPath
(BundleRevision revision, Content content, List<Content> contentList, boolean searchFragments) (package private) Class
BundleWiringImpl.BundleClassLoader.defineClass
(Felix felix, Set<ServiceReference<WovenClassListener>> wovenClassListeners, WovenClassImpl wci, String name, Class clazz, byte[] bytes, Content content, String pkgName, Object lock) (package private) void
BundleRevisionImpl.resetContent
(Content content) Method parameters in org.apache.felix.framework with type arguments of type ContentModifier and TypeMethodDescriptionprivate List
BundleRevisionImpl.calculateContentPath
(BundleRevision revision, Content content, List<Content> contentList, boolean searchFragments) Constructors in org.apache.felix.framework with parameters of type ContentModifierConstructorDescriptionBundleInputStream
(Content root) (package private)
BundleRevisionImpl
(Bundle bundle, String id, Map headerMap, Content content) -
Uses of Content in org.apache.felix.framework.cache
Classes in org.apache.felix.framework.cache that implement ContentModifier and TypeClassDescriptionclass
class
class
Fields in org.apache.felix.framework.cache declared as ContentMethods in org.apache.felix.framework.cache that return ContentModifier and TypeMethodDescriptionabstract Content
BundleArchiveRevision.getContent()
DirectoryRevision.getContent()
JarRevision.getContent()
Content.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.ContentDirectoryContent.getEntryAsContent
(String name) DirectoryContent.getEntryAsContent
(String entryName) JarContent.getEntryAsContent
(String entryName) Constructors in org.apache.felix.framework.cache with parameters of type Content