文件名称:configurator:将配置属性从文件分发到 OSGi 包
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-18 00:28:17
Java
OpenMUC 配置器 使用 ConfigAdmin 服务将配置属性从文件分发到 OSGi 包。 该组件在 GPLv3 下获得许可。 该组件从文件读取配置属性,并使用OSGi ConfigurationAdmin服务分发工件。 以下代码显示了有效配置文件的示例: < configuration> < component xss=removed> < property1>value1 property1> < property2>value2 property2> component> < component xss=removed> ... component> configuration> 该示例定义了两个 O
【文件预览】:
configurator-master
----src()
--------test()
--------main()
----LICENSE(34KB)
----README.md(1KB)
----.gitignore(797B)
----build.gradle(2KB)