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
Classes in org.apache.felix.framework that implement Content Modifier and Type Class Description (package private) classExtensionManagerThe ExtensionManager class is used in several ways.Fields in org.apache.felix.framework declared as Content Modifier and Type Field Description private ContentBundleRevisionImpl. m_contentprivate ContentBundleProtectionDomain.BundleInputStream. m_rootFields in org.apache.felix.framework with type parameters of type Content Modifier and Type Field Description private java.util.List<Content>BundleRevisionImpl. m_contentPathprivate java.util.List<Content>BundleWiringImpl. m_fragmentContentsMethods in org.apache.felix.framework that return Content Modifier and Type Method Description ContentBundleRevisionImpl. getContent()ContentExtensionManager.ExtensionManagerRevision. getContent()ContentExtensionManager. getEntryAsContent(java.lang.String name)Methods in org.apache.felix.framework that return types with arguments of type Content Modifier and Type Method Description (package private) java.util.List<Content>BundleRevisionImpl. getContentPath()(package private) java.util.List<Content>BundleWiringImpl. getFragmentContents()private java.util.List<Content>BundleRevisionImpl. initializeContentPath()Methods in org.apache.felix.framework with parameters of type Content Modifier and Type Method Description private java.util.ListBundleRevisionImpl. calculateContentPath(BundleRevision revision, Content content, java.util.List<Content> contentList, boolean searchFragments)(package private) java.lang.ClassBundleWiringImpl.BundleClassLoader. defineClass(Felix felix, java.util.Set<ServiceReference<WovenClassListener>> wovenClassListeners, WovenClassImpl wci, java.lang.String name, java.lang.Class clazz, byte[] bytes, Content content, java.lang.String pkgName, java.lang.Object lock)(package private) voidBundleRevisionImpl. resetContent(Content content)Method parameters in org.apache.felix.framework with type arguments of type Content Modifier and Type Method Description private java.util.ListBundleRevisionImpl. calculateContentPath(BundleRevision revision, Content content, java.util.List<Content> contentList, boolean searchFragments)Constructors in org.apache.felix.framework with parameters of type Content Constructor Description BundleInputStream(Content root)BundleRevisionImpl(Bundle bundle, java.lang.String id, java.util.Map headerMap, Content content) -
Uses of Content in org.apache.felix.framework.cache
Classes in org.apache.felix.framework.cache that implement Content Modifier and Type Class Description classContentDirectoryContentclassDirectoryContentclassJarContentFields in org.apache.felix.framework.cache declared as Content Modifier and Type Field Description private ContentContentDirectoryContent. m_contentMethods in org.apache.felix.framework.cache that return Content Modifier and Type Method Description abstract ContentBundleArchiveRevision. getContent()ContentDirectoryRevision. getContent()ContentJarRevision. 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)
-