Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有从 OSGi 中的片段读取 MANIFEST.MF 键值对的标准方法?
每个片段在 OSGi 框架中都用一个 Bundle 对象表示。如果您调用 BundleContext.getBundles(),则返回的列表将包括片段包和非片段包。如果您在数组中搜索以找到您感兴趣的片段,您可以调用 Bundle.getHeaders() 方法,该方法将返回一个包含名称值 paris 的 Hashtable。