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) class
ExtensionManager
The ExtensionManager class is used in several ways.Fields in org.apache.felix.framework declared as Content Modifier and Type Field Description private Content
BundleRevisionImpl. m_content
private Content
BundleProtectionDomain.BundleInputStream. m_root
Fields in org.apache.felix.framework with type parameters of type Content Modifier and Type Field Description private java.util.List<Content>
BundleRevisionImpl. m_contentPath
private java.util.List<Content>
BundleWiringImpl. m_fragmentContents
Methods in org.apache.felix.framework that return Content Modifier and Type Method Description Content
BundleRevisionImpl. getContent()
Content
ExtensionManager.ExtensionManagerRevision. getContent()
Content
ExtensionManager. 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.List
BundleRevisionImpl. calculateContentPath(BundleRevision revision, Content content, java.util.List<Content> contentList, boolean searchFragments)
(package private) java.lang.Class
BundleWiringImpl.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) void
BundleRevisionImpl. resetContent(Content content)
Method parameters in org.apache.felix.framework with type arguments of type Content Modifier and Type Method Description private java.util.List
BundleRevisionImpl. 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 class
ContentDirectoryContent
class
DirectoryContent
class
JarContent
Fields in org.apache.felix.framework.cache declared as Content Modifier and Type Field Description private Content
ContentDirectoryContent. m_content
Methods in org.apache.felix.framework.cache that return Content Modifier and Type Method Description abstract Content
BundleArchiveRevision. getContent()
Content
DirectoryRevision. getContent()
Content
JarRevision. getContent()
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
ContentDirectoryContent. getEntryAsContent(java.lang.String name)
Content
DirectoryContent. getEntryAsContent(java.lang.String entryName)
Content
JarContent. 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)
-