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) classThe ExtensionManager class is used in several ways.Fields in org.apache.felix.framework declared as ContentModifier and TypeFieldDescriptionprivate ContentBundleRevisionImpl.m_contentprivate final ContentBundleProtectionDomain.BundleInputStream.m_rootFields in org.apache.felix.framework with type parameters of type ContentModifier and TypeFieldDescriptionBundleRevisionImpl.m_contentPathBundleWiringImpl.m_fragmentContentsMethods 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 ListBundleRevisionImpl.calculateContentPath(BundleRevision revision, Content content, List<Content> contentList, boolean searchFragments) (package private) ClassBundleWiringImpl.BundleClassLoader.defineClass(Felix felix, Set<ServiceReference<WovenClassListener>> wovenClassListeners, WovenClassImpl wci, String name, Class clazz, byte[] bytes, Content content, String pkgName, Object lock) (package private) voidBundleRevisionImpl.resetContent(Content content) Method parameters in org.apache.felix.framework with type arguments of type ContentModifier and TypeMethodDescriptionprivate ListBundleRevisionImpl.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 TypeClassDescriptionclassclassclassFields in org.apache.felix.framework.cache declared as ContentMethods in org.apache.felix.framework.cache that return ContentModifier and TypeMethodDescriptionabstract ContentBundleArchiveRevision.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