接口的使用
org.apache.felix.framework.cache.Content
-
使用Content的程序包 程序包 说明 org.apache.felix.framework org.apache.felix.framework.cache -
-
org.apache.felix.framework中Content的使用
返回Content的org.apache.felix.framework中的方法 修饰符和类型 方法 说明 ContentBundleRevisionImpl. getContent() -
org.apache.felix.framework.cache中Content的使用
实现Content的org.apache.felix.framework.cache中的类 修饰符和类型 类 说明 classContentDirectoryContentclassDirectoryContentclassJarContent返回Content的org.apache.felix.framework.cache中的方法 修饰符和类型 方法 说明 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)参数类型为Content的org.apache.felix.framework.cache中的构造器 构造器 说明 ContentDirectoryContent(Content content, java.lang.String path)
-