开发者

Write a PLIST file in Groovy

开发者 https://www.devze.com 2022-12-26 06:53 出处:网络
I have a Groovy application for Windows and am trying to convert a Hash object to an Apple plist开发者_高级运维 file. What is the best way to go about this? Seems like this is something that must alre

I have a Groovy application for Windows and am trying to convert a Hash object to an Apple plist开发者_高级运维 file. What is the best way to go about this? Seems like this is something that must already be solved in Java but I can't seem to find any examples.

Thanks in advance


Use commons-configuration, it is designed (to a certain extend) to allow you to write data to any configuration format.

0

精彩评论

暂无评论...
验证码 换一张
取 消